1
0
mirror of https://github.com/systemd/systemd synced 2024-07-03 08:29:25 +00: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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-07-29 14:07:07 +02:00
parent b4e8c6d972
commit 4f3c90acfe

2
configure vendored
View File

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