git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e197136
)
vcbuild: fix library name for expat with make MSVC=1
author
Orgad Shaneh
<redacted>
Wed, 2 Sep 2020 20:16:38 +0000
(20:16 +0000)
committer
Junio C Hamano
<redacted>
Thu, 3 Sep 2020 17:19:42 +0000
(10:19 -0700)
Signed-off-by: Orgad Shaneh <redacted>
Acked-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
compat/vcbuild/scripts/clink.pl
patch
|
blob
|
history
diff --git
a/compat/vcbuild/scripts/clink.pl
b/compat/vcbuild/scripts/clink.pl
index 61ad084a7b710e3b667fe191bd06a63879e5177e..df167d1e1a542d37c794f0ed307dfdaac89092e3 100755
(executable)
--- a/
compat/vcbuild/scripts/clink.pl
+++ b/
compat/vcbuild/scripts/clink.pl
@@
-66,7
+66,7
@@
while (@ARGV) {
}
push(@args, $lib);
} elsif ("$arg" eq "-lexpat") {
- push(@args, "expat.lib");
+ push(@args, "
lib
expat.lib");
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
$arg =~ s/^-L/-LIBPATH:/;
push(@lflags, $arg);
git clone https://git.99rst.org/PROJECT