Merge branch 'meson' into 'master'

Minor Meson cleanups

See merge request cairo/cairo!584
This commit is contained in:
Emmanuele Bassi 2025-01-30 09:31:59 +00:00
commit 3bfe1eed02
2 changed files with 1 additions and 1 deletions

View file

@ -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'])