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

Make check for broken static initialize_list work with MSVC 2015

...where AC_RUN_IFELSE failed to find libucrt.lib

Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a
üst b01c3159
......@@ -12494,6 +12494,7 @@ if test "$build_os" = "cygwin"; then
PathFormat "${UCRTSDKDIR}lib/$UCRTVERSION/ucrt/x64"
ucrtlibpath_formatted=$formatted_path
ILIB="$ILIB;$ucrtlibpath_formatted"
ILIB1="$ILIB1 -LIBPATH:$ucrtlibpath_formatted"
fi
else
ILIB="$ILIB;$COMPATH/lib"
......
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