]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
scripts/meson-buildoptions: Sort coroutine_backend choices lexicographically
authorBernhard Beschow <shentey@gmail.com>
Tue, 10 Jun 2025 20:41:29 +0000 (22:41 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Jun 2025 11:08:31 +0000 (13:08 +0200)
When changing meson_options.txt, this script gets updated automatically
by QEMU tooling which sorts the choices lexicographically.

Fixes: ccc403ed5844 ("meson: Add wasm build in build scripts")
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-ID: <20250610204131.2862-4-shentey@gmail.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/meson-buildoptions.sh

index f09ef9604f09869a2051784031759f919b5673b3..73e0770f42b9de6b74befc495a778e1f686a9fde 100644 (file)
@@ -80,7 +80,7 @@ meson_options_help() {
   printf "%s\n" '  --tls-priority=VALUE     Default TLS protocol/cipher priority string'
   printf "%s\n" '                           [NORMAL]'
   printf "%s\n" '  --with-coroutine=CHOICE  coroutine backend to use (choices:'
-  printf "%s\n" '                           auto/sigaltstack/ucontext/windows/wasm)'
+  printf "%s\n" '                           auto/sigaltstack/ucontext/wasm/windows)'
   printf "%s\n" '  --with-pkgversion=VALUE  use specified string as sub-version of the'
   printf "%s\n" '                           package'
   printf "%s\n" '  --with-suffix=VALUE      Suffix for QEMU data/modules/config directories'