Code

Merge branch 'nd/sparse'
[git.git] / compat / vcbuild / scripts / clink.pl
index f9528c0ea10db41f948e6d24b84125d2d54f6dda..8a2112f22f46b3066d75bd5472dfe05bf88836c8 100644 (file)
@@ -29,6 +29,9 @@ while (@ARGV) {
                push(@args, "zlib.lib");
        } elsif ("$arg" eq "-liconv") {
                push(@args, "iconv.lib");
+       } elsif ("$arg" eq "-lcrypto") {
+               push(@args, "libeay32.lib");
+               push(@args, "ssleay32.lib");
        } elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
                $arg =~ s/^-L/-LIBPATH:/;
                push(@args, $arg);