Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
oneway_merge(): only lstat() when told to update worktree
[gitweb.git]
/
contrib
/
buildsystems
/
engine.pl
diff --git
a/contrib/buildsystems/engine.pl
b/contrib/buildsystems/engine.pl
index 8f890fb5a5ff99c6a0bd5811b9982ebd447739d1..23da787dc5565193dd93fa7406cd86f39651bb52 100644
(file)
--- a/
contrib/buildsystems/engine.pl
+++ b/
contrib/buildsystems/engine.pl
@@
-319,6
+319,7
@@
sub handleLinkLine
push(@libs, "zlib.lib");
} elsif ("$part" eq "-lcrypto") {
push(@libs, "libeay32.lib");
+ } elsif ("$part" eq "-lssl") {
push(@libs, "ssleay32.lib");
} elsif ($part =~ /^-/) {
push(@lflags, $part);