We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3760c0 commit 69c8d78Copy full SHA for 69c8d78
configure
@@ -6797,7 +6797,7 @@ fi
6797
fi
6798
case "x`echo \${VisualStudioVersion}`" in
6799
x1[4-9]*)
6800
- lflags="${lflags} -nodefaultlib:libucrt.lib"
+ lflags="${lflags} -nodefaultlib:ucrt.lib"
6801
6802
vars="ucrt.lib"
6803
for i in $vars; do
win/rules.vc
@@ -1589,7 +1589,7 @@ ldebug= $(ldebug) -profile
1589
lflags = -nologo -machine:$(MACHINE) $(LINKERFLAGS) $(ldebug)
1590
1591
!if $(MSVCRT) && !($(DEBUG) && !$(UNCHECKED)) && $(VCVERSION) >= 1900
1592
-lflags = $(lflags) -nodefaultlib:libucrt.lib
+lflags = $(lflags) -nodefaultlib:ucrt.lib
1593
!endif
1594
1595
dlllflags = $(lflags) -dll
0 commit comments