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:
@@ -103,7 +103,7 @@ do_configure() {
|
|||||||
export AR="gcc-ar"
|
export AR="gcc-ar"
|
||||||
|
|
||||||
# unbuffered output for continuous logging
|
# unbuffered output for continuous logging
|
||||||
PYTHONUNBUFFERED=1 ${meson_cmd} \
|
PYTHONUNBUFFERED=1 ${meson_cmd} setup \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${XBPS_TARGET_WORDSIZE} \
|
--libdir=/usr/lib${XBPS_TARGET_WORDSIZE} \
|
||||||
--libexecdir=/usr/libexec \
|
--libexecdir=/usr/libexec \
|
||||||
|
|||||||
Reference in New Issue
Block a user