Skip to content

Commit c2f3ef8

Browse files
orgadsgitster
authored andcommitted
vcbuild: fix library name for expat with make MSVC=1
Signed-off-by: Orgad Shaneh <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e197136 commit c2f3ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/vcbuild/scripts/clink.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
push(@args, $lib);
6868
} elsif ("$arg" eq "-lexpat") {
69-
push(@args, "expat.lib");
69+
push(@args, "libexpat.lib");
7070
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
7171
$arg =~ s/^-L/-LIBPATH:/;
7272
push(@lflags, $arg);

0 commit comments

Comments
 (0)