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:
parent
2365a4e7b7
commit
693229f70c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue