Merge branch 'wip/jtojnar/wl-are-compiler-flags' into 'main'

build/gmodule-2.0.pc: Move compiler flags from Libs to Cflags

See merge request GNOME/glib!3356
This commit is contained in:
Philip Withnall
2023-04-14 15:52:56 +00:00
3 changed files with 10 additions and 8 deletions

View File

@@ -767,7 +767,7 @@ if not meson.is_cross_build()
resource_plugin += shared_module('resourceplugin',
sources: ['resourceplugin.c', plugin_resources_c],
link_args : export_dynamic_ldflags,
c_args : export_dynamic_cflags,
dependencies : common_gio_tests_deps,
install_dir : installed_tests_execdir,
install_tag : 'tests',