common: build-style/meson: use meson setup

WARNING: Running the setup command as `meson [options]` instead of
         `meson setup [options]` is ambiguous and deprecated.

meson setup works since 0.42 and this deprecation warning was introduced
in 0.64
This commit is contained in:
Michal Vasilek 2022-10-31 12:06:46 +01:00
parent 2365a4e7b7
commit 693229f70c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ do_configure() {
export AR="gcc-ar"
# unbuffered output for continuous logging
PYTHONUNBUFFERED=1 ${meson_cmd} \
PYTHONUNBUFFERED=1 ${meson_cmd} setup \
--prefix=/usr \
--libdir=/usr/lib${XBPS_TARGET_WORDSIZE} \
--libexecdir=/usr/libexec \