Code

Merge branch 'nd/sparse'
[git.git] / compat / vcbuild / scripts / clink.pl
index fce1e2423e4bf29d41d11059885b1f187be628df..8a2112f22f46b3066d75bd5472dfe05bf88836c8 100644 (file)
@@ -48,4 +48,4 @@ if ($is_linking) {
        push(@args, @cflags);
 }
 #printf("**** @args\n");
-exit system(@args);
+exit (system(@args) != 0);