makefiles: Use the msvcrt build flags also for cross tests.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e0d89a4954
commit
a1cc2b185d
|
@ -2639,6 +2639,7 @@ static struct strarray output_sources( const struct makefile *make )
|
|||
output_filenames( includes );
|
||||
output_filenames( make->define_args );
|
||||
output_filenames( extradefs );
|
||||
if (make->use_msvcrt) output_filenames( msvcrt_flags );
|
||||
output_filename( "-DWINE_CROSSTEST" );
|
||||
output_filenames( cpp_flags );
|
||||
output_filename( "$(CFLAGS)" );
|
||||
|
|
Loading…
Reference in New Issue