mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
Merge branch 'meson-bindir-fix' into 'master'
build: fix installation dir of glib-gettextize See merge request GNOME/glib!290
This commit is contained in:
commit
6e03a05a9e
@ -1992,7 +1992,7 @@ if have_sh
|
||||
gettexize_conf.set('datadir', glib_datadir)
|
||||
configure_file(input : 'glib-gettextize.in',
|
||||
install : true,
|
||||
install_dir : 'bin',
|
||||
install_dir : glib_bindir,
|
||||
output : 'glib-gettextize',
|
||||
configuration : gettexize_conf)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user