Commit 3e6a4c4a authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Don't link against wine_port when using msvcrt.

parent e78ee4f4
......@@ -2057,7 +2057,7 @@ static struct strarray add_default_libraries( const struct makefile *make, struc
struct strarray all_libs = empty_strarray;
unsigned int i, j;
strarray_add( &all_libs, "-lwine_port" );
if (!make->use_msvcrt) strarray_add( &all_libs, "-lwine_port" );
strarray_addall( &all_libs, get_expanded_make_var_array( make, "EXTRALIBS" ));
strarray_addall( &all_libs, libs );
......
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