winebuild: Print the nm command in verbose mode.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Martin Storsjo 2019-04-10 15:49:59 +03:00 committed by Alexandre Julliard
parent 9ee154066a
commit f098cd6d3a
1 changed files with 2 additions and 0 deletions

View File

@ -548,6 +548,8 @@ void read_undef_symbols( DLLSPEC *spec, char **argv )
name = ldcombine_files( spec, argv );
cmd = strmake( "%s -u %s", prog, name );
if (verbose)
fprintf( stderr, "%s\n", cmd );
if (!(f = popen( cmd, "r" )))
fatal_error( "Cannot execute '%s'\n", cmd );