makefiles: Use -munix when building a Unix library.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cbc35152c4
commit
2cf256686e
|
@ -3355,6 +3355,7 @@ static void output_module( struct makefile *make )
|
||||||
output_filename( tools_path( make, "winegcc" ));
|
output_filename( tools_path( make, "winegcc" ));
|
||||||
output( "\n" );
|
output( "\n" );
|
||||||
output_winegcc_command( make, 0 );
|
output_winegcc_command( make, 0 );
|
||||||
|
output_filename( "-munix" );
|
||||||
output_filename( "-shared" );
|
output_filename( "-shared" );
|
||||||
if (strarray_exists( &make->extradllflags, "-nodefaultlibs" )) output_filename( "-nodefaultlibs" );
|
if (strarray_exists( &make->extradllflags, "-nodefaultlibs" )) output_filename( "-nodefaultlibs" );
|
||||||
output_filenames_obj_dir( make, make->unixobj_files );
|
output_filenames_obj_dir( make, make->unixobj_files );
|
||||||
|
|
Loading…
Reference in New Issue