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:
parent
9ee154066a
commit
f098cd6d3a
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue