diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-12-18 14:55:29 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-12-18 14:55:29 +0000 |
commit | 5d00d872012a20ce3e7bd6421d81780fd9a09e52 (patch) | |
tree | 8beca952dfd47426d50db9b2b2ecfa9cdbf0a797 /tools | |
parent | cee2d2f3128454d460d34932b4af0828df7d09a6 (diff) | |
download | gobject-introspection-5d00d872012a20ce3e7bd6421d81780fd9a09e52.tar.gz |
meson: Always replace GIR_DIR in tools
Removes a warning on an unreplaced pattern.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/meson.build b/tools/meson.build index 3d5c0044..65839c34 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -22,6 +22,7 @@ foreach tool : tools tools_conf.set('datarootdir', datadir_abs) tools_conf.set('gir_dir_prefix', gir_dir_prefix) tools_conf.set('PYTHON_CMD', python_cmd) + tools_conf.set('GIR_DIR', girdir) tools_conf.set('TOOL_MODULE', tool[1]) tools_conf.set('TOOL_FUNCTION', tool[2]) |