makefiles: Use the msvcrt build flags also for cross tests.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2016-04-04 22:16:29 +09:00
parent e0d89a4954
commit a1cc2b185d
1 changed files with 1 additions and 0 deletions

View File

@ -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)" );