Skip to content

Commit c4cce65

Browse files
author
jan.nijtmans
committed
Typo: there is no libucrt.lib
1 parent 1dc44f7 commit c4cce65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6804,7 +6804,7 @@ fi
68046804
fi
68056805
case "x`echo \${VisualStudioVersion}`" in
68066806
x1[4-9]*)
6807-
lflags="${lflags} -nodefaultlib:libucrt.lib"
6807+
lflags="${lflags} -nodefaultlib:ucrt.lib"
68086808

68096809
vars="ucrt.lib"
68106810
for i in $vars; do

win/rules.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ ldebug= $(ldebug) -profile
15891589
lflags = -nologo -machine:$(MACHINE) $(LINKERFLAGS) $(ldebug)
15901590

15911591
!if $(MSVCRT) && !($(DEBUG) && !$(UNCHECKED)) && $(VCVERSION) >= 1900
1592-
lflags = $(lflags) -nodefaultlib:libucrt.lib
1592+
lflags = $(lflags) -nodefaultlib:ucrt.lib
15931593
!endif
15941594

15951595
dlllflags = $(lflags) -dll

0 commit comments

Comments
 (0)