From: Emmanuel Blot Date: Tue, 9 Jun 2026 09:13:24 +0000 (+0200) Subject: meson: build macOS signed binary as part of the default target X-Git-Tag: v11.1.0-rc0~52^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef29e060dc;p=thirdparty%2Fqemu.git meson: build macOS signed binary as part of the default target Signed-off-by: Emmanuel Blot Tested-by: Pierrick Bouvier Reviewed-by: Pierrick Bouvier Message-ID: <20260609-macos-default-signed-bin-v1-1-e013ccb5ccb7@meta.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/meson.build b/meson.build index 19e123423b..e026851309 100644 --- a/meson.build +++ b/meson.build @@ -4453,6 +4453,7 @@ foreach target : target_dirs emulators += {exe['name'] : custom_target(exe['name'], input: build_input, output: exe['name'], + build_by_default: true, command: [entitlement, '@OUTPUT@', '@INPUT@']) }