diff --git a/meson.build b/meson.build index de89fb235..cc13180ba 100644 --- a/meson.build +++ b/meson.build @@ -485,7 +485,7 @@ if host_machine.system() == 'darwin' and not get_option('quartz').disabled() endif if host_machine.system() == 'windows' - add_languages('cpp') + add_languages('cpp', native: false) add_project_arguments('-DWIN32_LEAN_AND_MEAN', '-DNOMINMAX', language: ['c', 'cpp']) diff --git a/meson_options.txt b/meson.options similarity index 100% rename from meson_options.txt rename to meson.options