Merge branch 'va/git-p4-test'
[gitweb.git] / compat / vcbuild / scripts / clink.pl
index fce1e2423e4bf29d41d11059885b1f187be628df..4374771df202ed3c9d96439ec4695ccd55998167 100644 (file)
@@ -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:/;
@@ -48,4 +49,4 @@
        push(@args, @cflags);
 }
 #printf("**** @args\n");
-exit system(@args);
+exit (system(@args) != 0);