Commit 2781af45 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Always link Unix libraries against ntdll.so.

parent 7b9617ef
......@@ -3365,7 +3365,7 @@ static void output_module( struct makefile *make )
if (native_unix_lib)
{
if (!strarray_exists( &make->extradllflags, "-nodefaultlibs" ))
if (strcmp( make->module, "ntdll.dll" ))
{
strarray_add( &unix_libs, "-lntdll" );
strarray_add( &unix_deps, obj_dir_path( top_makefile, "dlls/ntdll/ntdll.so" ));
......
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