mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-25 10:12:55 -05:00
vcbuild: fix library name for expat with make MSVC=1
Signed-off-by: Orgad Shaneh <orgads@gmail.com> Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Johannes Schindelin <johasc@microsoft.com>
This commit is contained in:
committed by
Johannes Schindelin
parent
47ae905ffb
commit
5a64304ed5
@@ -66,7 +66,7 @@ while (@ARGV) {
|
||||
}
|
||||
push(@args, $lib);
|
||||
} elsif ("$arg" eq "-lexpat") {
|
||||
push(@args, "expat.lib");
|
||||
push(@args, "libexpat.lib");
|
||||
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
|
||||
$arg =~ s/^-L/-LIBPATH:/;
|
||||
push(@lflags, $arg);
|
||||
|
||||
Reference in New Issue
Block a user