summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2018-06-08 18:04:30 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2018-12-06 17:07:33 +0800
commit3fa28ffd92ea77da5e20842fbc621bd0a9fec557 (patch)
tree196b3d8c472af72ac3737ce5353b3fe6e97d967d /meson.build
parent5383d11bb40c333b3b3a7830ec21d5bbcb98be11 (diff)
downloadgtk+-3fa28ffd92ea77da5e20842fbc621bd0a9fec557.tar.gz
build: Make post-install script a Python script
The existing post-install shell script will most likely not work on Visual Studio builds as there is normally no shell interpreter installed on the system where the build is done, but the build is normally done in a standard Windows cmd.exe console. Instead, use a Python script so that it will work on the platforms that Python supports.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 53504f9279..923e13e635 100644
--- a/meson.build
+++ b/meson.build
@@ -897,7 +897,7 @@ if get_option('documentation')
endif
# Keep this in sync with post-install.sh expected arguments
-meson.add_install_script('build-aux/meson/post-install.sh',
+meson.add_install_script('build-aux/meson/post-install.py',
gtk_api_version,
gtk_binary_version,
gtk_libdir,