Skip to content

Commit 69c8d78

Browse files
author
jan.nijtmans
committed
(cherry-pick): Typo: there is no libucrt.lib
1 parent f3760c0 commit 69c8d78

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
@@ -6797,7 +6797,7 @@ fi
67976797
fi
67986798
case "x`echo \${VisualStudioVersion}`" in
67996799
x1[4-9]*)
6800-
lflags="${lflags} -nodefaultlib:libucrt.lib"
6800+
lflags="${lflags} -nodefaultlib:ucrt.lib"
68016801

68026802
vars="ucrt.lib"
68036803
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)