mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 04:40:07 +01:00
Merge branch 'meson' into 'master'
Minor Meson cleanups See merge request cairo/cairo!584
This commit is contained in:
commit
3bfe1eed02
2 changed files with 1 additions and 1 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue