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.
6 lines
373 B
6 lines
373 B
## Install DESTDIR relative to build directory |
|
|
|
When `DESTDIR` environment or `meson install --destdir` option is a relative path, |
|
it is now assumed to be relative to the build directory. An absolute path will be |
|
set into environment when executing scripts. It was undefined behavior in prior |
|
Meson versions but was working as relative to build directory most of the time.
|
|
|