[Libreoffice-commits] core.git: configure.ac

Stephan Bergmann sbergman at redhat.com
Mon Dec 19 15:41:24 UTC 2016


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c6dba3e8a1c85235a92b36a17c939152b179fe57
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 19 16:39:44 2016 +0100

    Add ucrtlib dir also for 32-bit Windows
    
    cf. 86e6d9b62f4d77a6949fdb98c570930a80f6917c "Make check for broken static
    initialize_list work with MSVC 2015"
    
    Change-Id: Iac957a7bcaeecf9740e53ab777a032d128dfffde

diff --git a/configure.ac b/configure.ac
index c14fc43..9a51eda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12509,6 +12509,7 @@ if test "$build_os" = "cygwin"; then
             PathFormat "${UCRTSDKDIR}lib/$UCRTVERSION/ucrt/x86"
             ucrtlibpath_formatted=$formatted_path
             ILIB="$ILIB;$ucrtlibpath_formatted"
+            ILIB1="$ILIB1 -LIBPATH:$ucrtlibpath_formatted"
         fi
     fi
     if test -f "$DOTNET_FRAMEWORK_HOME/lib/mscoree.lib"; then


More information about the Libreoffice-commits mailing list