Merging upstream version 2.3~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
972d2d9aa2
commit
ca2ec6771a
37 changed files with 1946 additions and 407 deletions
2
configure
vendored
2
configure
vendored
|
@ -10,7 +10,7 @@
|
|||
BUILD_DIR="${BUILD_DIR:-.build}"
|
||||
|
||||
if [ ! -d ${BUILD_DIR} ]; then
|
||||
exec meson ${BUILD_DIR} "$@"
|
||||
exec meson setup ${BUILD_DIR} "$@"
|
||||
else
|
||||
exec meson configure ${BUILD_DIR} "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue