From 693229f70c04431a8a54057657c9639b30931b52 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 31 Oct 2022 12:06:46 +0100 Subject: [PATCH] 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 --- common/build-style/meson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index a7bd901e976..e983c5f42c2 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -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 \