diff options
Diffstat (limited to 'third_party/git/contrib/buildsystems/engine.pl')
-rwxr-xr-x | third_party/git/contrib/buildsystems/engine.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/contrib/buildsystems/engine.pl b/third_party/git/contrib/buildsystems/engine.pl index 070978506ad5..fba8a3f056a0 100755 --- a/third_party/git/contrib/buildsystems/engine.pl +++ b/third_party/git/contrib/buildsystems/engine.pl @@ -343,9 +343,9 @@ sub handleLinkLine } elsif ("$part" eq "-lz") { push(@libs, "zlib.lib"); } elsif ("$part" eq "-lcrypto") { - push(@libs, "libcrypto.lib"); + push(@libs, "libeay32.lib"); } elsif ("$part" eq "-lssl") { - push(@libs, "libssl.lib"); + push(@libs, "ssleay32.lib"); } elsif ("$part" eq "-lcurl") { push(@libs, "libcurl.lib"); } elsif ("$part" eq "-lexpat") { |