1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-02 09:47:03 +03:00

configure: update meson invocation

New meson says:
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.

Inspired by https://github.com/systemd/systemd/issues/28482.

(cherry picked from commit 4f3c90acfee4f5bbd128bdc72008fa2f79d52cfd)
(cherry picked from commit ce856bb8c2f8d64504faababa8d046880bfa7165)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-07-29 14:07:07 +02:00 committed by Luca Boccassi
parent b97ec52239
commit d1198b7760

2
configure vendored
View File

@ -21,4 +21,4 @@ done
export "${cflags?}" "${cxxflags?}"
set -x
exec meson build "${args[@]}"
exec meson setup build "${args[@]}"