diff --git a/meson.build b/meson.build index 64e3445..7b045a6 100644 --- a/meson.build +++ b/meson.build @@ -52,6 +52,10 @@ foreach lib, lib_sources : include_sources sources += lib_sources endforeach +if target_machine.system() == 'windows' + add_project_arguments('-mwindows', language : 'cpp') +endif + executable( 'FEIS', sources: sources, @@ -60,5 +64,4 @@ executable( inc, configuration_inc, ], - cpp_args: ['-march=native'], )