Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fc/rerere-conflict-style' into maint
[gitweb.git]
/
compat
/
vcbuild
/
scripts
/
clink.pl
diff --git
a/compat/vcbuild/scripts/clink.pl
b/compat/vcbuild/scripts/clink.pl
index 4374771df202ed3c9d96439ec4695ccd55998167..a87d0da512e095ad261bef868a866a7e6f5e3bef 100755
(executable)
--- a/
compat/vcbuild/scripts/clink.pl
+++ b/
compat/vcbuild/scripts/clink.pl
@@
-33,6
+33,8
@@
push(@args, "libeay32.lib");
} elsif ("$arg" eq "-lssl") {
push(@args, "ssleay32.lib");
+ } elsif ("$arg" eq "-lcurl") {
+ push(@args, "libcurl.lib");
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
$arg =~ s/^-L/-LIBPATH:/;
push(@args, $arg);