Add ucrtlib dir also for 32-bit Windows

cf. 86e6d9b62f4d77a6949fdb98c570930a80f6917c "Make check for broken static
initialize_list work with MSVC 2015"

Change-Id: Iac957a7bcaeecf9740e53ab777a032d128dfffde
This commit is contained in:
Stephan Bergmann 2016-12-19 16:39:44 +01:00
parent 765826abca
commit c6dba3e8a1

View File

@ -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