diff options
author | Chun-wei Fan <fanc999@yahoo.com.tw> | 2019-02-23 02:13:35 +0000 |
---|---|---|
committer | Chun-wei Fan <fanc999@yahoo.com.tw> | 2019-02-23 02:13:35 +0000 |
commit | 8d987be673686f9f3211b6d6039a06839d1b137b (patch) | |
tree | e52e645de87acb5bb81256904b92a50c31513a35 /meson.build | |
parent | 445dca42f5c3b93b780b1eaee42b313ae796f585 (diff) | |
parent | 3fa28ffd92ea77da5e20842fbc621bd0a9fec557 (diff) | |
download | gtk+-8d987be673686f9f3211b6d6039a06839d1b137b.tar.gz |
Merge branch 'wip/fanc999/meson.msvc' into 'master'
GTK+ 4: Improve Windows/Visual Studio build experience
See merge request GNOME/gtk!185
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 6987df6b16..b4063c68d4 100644 --- a/meson.build +++ b/meson.build @@ -901,7 +901,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, |