Commit f098cd6d authored by Martin Storsjo's avatar Martin Storsjo Committed by Alexandre Julliard

winebuild: Print the nm command in verbose mode.

parent 9ee15406
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment