]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
commit1da0025ecd527c833697822511057f1b93579045
treee9d81ee467eece2d21276c41bf9b20219eb18ffc
parent3784b6e0771fd2278fc1a13045cde63cb6e4dcb3
scripts/meson-buildoptions: Sort coroutine_backend choices lexicographically

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