diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 589a33e7..26249c28 100644 --- a/meson.build +++ b/meson.build @@ -170,7 +170,7 @@ pkginfo_conf.set('VERSION', py_version) configure_file(input : 'PKG-INFO.in', output : 'PyGObject-@0@.egg-info'.format(py_version), configuration : pkginfo_conf, - install_dir : python.get_install_dir()) + install_dir : python.get_install_dir(pure : false)) subdir('gi') subdir('pygtkcompat') |