The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

487 B

Specify DESTDIR on command line

meson install command now has a --destdir argument that overrides DESTDIR from environment.

Skip install scripts if DESTDIR is set

meson.add_install_script() now has skip_if_destdir keyword argument. If set to true the script won't be run if DESTDIR is set during installation. This is useful in the case the script updates system wide caches, or performs other tasks that are only needed when copying files into final destination.