Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/daemon-informative-errors-typofix'
[gitweb.git]
/
compat
/
vcbuild
/
scripts
/
clink.pl
diff --git
a/compat/vcbuild/scripts/clink.pl
b/compat/vcbuild/scripts/clink.pl
old mode 100644
(file)
new mode 100755
(executable)
index
8a2112f
..
4374771
--- a/
compat/vcbuild/scripts/clink.pl
+++ b/
compat/vcbuild/scripts/clink.pl
@@
-31,6
+31,7
@@
push(@args, "iconv.lib");
} elsif ("$arg" eq "-lcrypto") {
push(@args, "libeay32.lib");
+ } elsif ("$arg" eq "-lssl") {
push(@args, "ssleay32.lib");
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
$arg =~ s/^-L/-LIBPATH:/;