Skip to content

Commit 6f7abcc

Browse files
committed
msvc: respect the quiet-by-default output
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent dfde0c9 commit 6f7abcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/vcbuild/scripts/clink.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
unshift(@args, "cl.exe");
5858
push(@args, @cflags);
5959
}
60-
printf("**** @args\n\n\n");
60+
printf(STDERR "**** @args\n\n\n") if (!defined($ENV{'QUIET_GEN'}));
6161
exit (system(@args) != 0);

0 commit comments

Comments
 (0)