diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-19 16:39:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-19 16:39:44 +0100 |
commit | c6dba3e8a1c85235a92b36a17c939152b179fe57 (patch) | |
tree | 8c41c3b9a33d5f66283998e887b04e54e05c003e /configure.ac | |
parent | 765826abcaa441d4d90ffbe75bc3c626c42e639b (diff) |
Add ucrtlib dir also for 32-bit Windows
cf. 86e6d9b62f4d77a6949fdb98c570930a80f6917c "Make check for broken static
initialize_list work with MSVC 2015"
Change-Id: Iac957a7bcaeecf9740e53ab777a032d128dfffde
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c14fc430ca72..9a51eda4bf87 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 |