diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c55eef75cf6c..c14fc430ca72 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |