diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-08-21 21:52:09 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-08-21 21:52:09 +0300 |
| commit | cd38e793018c2af2344e74d22fc1c672c325b399 (patch) | |
| tree | 766466e36192f239664de23b2848717074c4939d /modules | |
| parent | ee4e785b1ee366249cc2e2217dc54dc7af38ee73 (diff) | |
| download | meson-cd38e793018c2af2344e74d22fc1c672c325b399.tar.gz | |
Use --no-libtool.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/gnome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gnome.py b/modules/gnome.py index f4a80ab1c..7e511742c 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', []) |
