mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue