From cd38e793018c2af2344e74d22fc1c672c325b399 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 21 Aug 2015 21:52:09 +0300 Subject: Use --no-libtool. --- modules/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gnome.py b/modules/gnome.py index f4a80ab..7e51174 100644 --- a/modules/gnome.py +++ b/modules/gnome.py @@ -59,7 +59,7 @@ class GnomeModule: scan_command = ['g-ir-scanner', '@INPUT@'] scan_command += pkgargs - scan_command += ['--namespace='+ns, '--nsversion=' + nsversion, '--warn-all', + scan_command += ['--no-libtool', '--namespace='+ns, '--nsversion=' + nsversion, '--warn-all', '--output', '@OUTPUT@'] extra_args = kwargs.pop('extra_args', []) -- cgit v1.1