Make check for broken static initialize_list work with MSVC 2015
...where AC_RUN_IFELSE failed to find libucrt.lib Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user