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 1dc44f7 commit c4cce65Copy full SHA for c4cce65
configure
@@ -6804,7 +6804,7 @@ fi
6804
fi
6805
case "x`echo \${VisualStudioVersion}`" in
6806
x1[4-9]*)
6807
- lflags="${lflags} -nodefaultlib:libucrt.lib"
+ lflags="${lflags} -nodefaultlib:ucrt.lib"
6808
6809
vars="ucrt.lib"
6810
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