]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
configure: update meson invocation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 29 Jul 2023 12:07:07 +0000 (14:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 29 Jul 2023 12:08:06 +0000 (14:08 +0200)
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.

configure

index e130c6cb142c1d3d0d30d9aebf4281a01064fe25..5c1722db050b599e44fd4d0a00ee6dd47cf475e4 100755 (executable)
--- a/configure
+++ b/configure
@@ -21,4 +21,4 @@ done
 
 export "${cflags?}" "${cxxflags?}"
 set -x
-exec meson build "${args[@]}"
+exec meson setup build "${args[@]}"