Commit 2cf25668 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Use -munix when building a Unix library.

parent cbc35152
......@@ -3355,6 +3355,7 @@ static void output_module( struct makefile *make )
output_filename( tools_path( make, "winegcc" ));
output( "\n" );
output_winegcc_command( make, 0 );
output_filename( "-munix" );
output_filename( "-shared" );
if (strarray_exists( &make->extradllflags, "-nodefaultlibs" )) output_filename( "-nodefaultlibs" );
output_filenames_obj_dir( make, make->unixobj_files );
......
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