Kaydet (Commit) c6dba3e8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Add ucrtlib dir also for 32-bit Windows

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

Change-Id: Iac957a7bcaeecf9740e53ab777a032d128dfffde
üst 765826ab
...@@ -12509,6 +12509,7 @@ if test "$build_os" = "cygwin"; then ...@@ -12509,6 +12509,7 @@ if test "$build_os" = "cygwin"; then
PathFormat "${UCRTSDKDIR}lib/$UCRTVERSION/ucrt/x86" PathFormat "${UCRTSDKDIR}lib/$UCRTVERSION/ucrt/x86"
ucrtlibpath_formatted=$formatted_path ucrtlibpath_formatted=$formatted_path
ILIB="$ILIB;$ucrtlibpath_formatted" ILIB="$ILIB;$ucrtlibpath_formatted"
ILIB1="$ILIB1 -LIBPATH:$ucrtlibpath_formatted"
fi fi
fi fi
if test -f "$DOTNET_FRAMEWORK_HOME/lib/mscoree.lib"; then if test -f "$DOTNET_FRAMEWORK_HOME/lib/mscoree.lib"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment