]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
meson: Resolve the entitlement.sh script once for good
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 15 Feb 2022 16:25:03 +0000 (17:25 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 15 Mar 2022 12:36:33 +0000 (13:36 +0100)
commit30cfa50da53f60283e2e7f3bf0856189a06bb952
tree61da7d0ca3bfe8ed2a833ec62e31b04cd0dadbb7
parent98f5ebfd21b144fb70b02df3e419dec0ee2a52a8
meson: Resolve the entitlement.sh script once for good

Commit 235b523dba ("meson: Use find_program() to resolve the
entitlement.sh script") didn't correctly fixed the issue, as
the script is still resolved for each target. Move the check
earlier, before processing each target.

Reviewed-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Tested-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
meson.build