From 28e1f3ba13c00eff2040effb9c12078351107c20 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 14 Sep 2016 16:59:53 -0400 Subject: Fix pkgconfig libraries passed to GIR targets. --- mesonbuild/modules/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/modules/gnome.py') diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index 8da9035..3609d2f 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -252,7 +252,7 @@ class GnomeModule: # Hack to avoid passing some compiler options in if lib.startswith("-W"): continue - scan_command += [lib] + scan_command += [lib] if isinstance(dep, dependencies.PkgConfigDependency): girdir = dep.get_variable("girdir") -- cgit v1.1