mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix Meson warning
This commit fixes the following warning: > WARNING: Broken features used: * 1.3.0: {'str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof.'}
This commit is contained in:
@@ -7,7 +7,7 @@ common_gio_tests_deps = [
|
|||||||
|
|
||||||
test_c_args = [
|
test_c_args = [
|
||||||
'-DG_LOG_DOMAIN="GLib-GIO"',
|
'-DG_LOG_DOMAIN="GLib-GIO"',
|
||||||
'-DGLIB_MKENUMS="@0@"'.format(glib_mkenums),
|
'-DGLIB_MKENUMS="@0@"'.format(glib_mkenums.full_path()),
|
||||||
'-DGLIB_COMPILE_SCHEMAS="@0@"'.format(glib_compile_schemas.full_path()),
|
'-DGLIB_COMPILE_SCHEMAS="@0@"'.format(glib_compile_schemas.full_path()),
|
||||||
'-UG_DISABLE_ASSERT',
|
'-UG_DISABLE_ASSERT',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user