termux_step_configure_meson.sh: Add setup option with meson command (#19052)

This commit fixes the following warning with meson newer than 0.64.0 version.

WARNING: Running the setup command as `meson [options]' instead of `meson setup [options]' is ambiguous and deprecated.
This commit is contained in:
Biswapriyo Nath 2024-03-17 18:54:53 +05:30 committed by GitHub
parent f122e4f475
commit 51381ed6e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ termux_step_configure_meson() {
fi
CC=gcc CXX=g++ CFLAGS= CXXFLAGS= CPPFLAGS= LDFLAGS= $TERMUX_MESON \
setup \
$TERMUX_PKG_SRCDIR \
$TERMUX_PKG_BUILDDIR \
--$(test "${TERMUX_PKG_MESON_NATIVE}" = "true" && echo "native-file" || echo "cross-file") $TERMUX_MESON_CROSSFILE \