Commit 54d3e484 authored by Martin Storsjo's avatar Martin Storsjo Committed by Alexandre Julliard

makedep: Remove an incorrect -b when creating cross import libraries.

parent a373054b
......@@ -3480,7 +3480,6 @@ static void output_subdirs( struct makefile *make )
output( "\n" );
output( "\t%s -b %s -w -o $@", tools_path( make, "winebuild" ), crosstarget );
output_filename( "--implib" );
output_filenames( target_flags );
output_filename( "--export" );
output_filename( spec_file );
output( "\n" );
......
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