mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
meson: Fix build as subproject
Use add_project_arguments instead of add_global_arguments. Should fix #840.
This commit is contained in:
parent
1c82bca6bd
commit
b524cd7af2
@ -77,7 +77,7 @@ global_args = [
|
|||||||
'-Wno-array-bounds',
|
'-Wno-array-bounds',
|
||||||
]
|
]
|
||||||
|
|
||||||
add_global_arguments(global_args, language: 'c')
|
add_project_arguments(global_args, language: 'c')
|
||||||
|
|
||||||
# options
|
# options
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user