From eef29e060dccdb02934cffaf57bfb738bb5fac5f Mon Sep 17 00:00:00 2001 From: Emmanuel Blot Date: Tue, 9 Jun 2026 11:13:24 +0200 Subject: [PATCH] meson: build macOS signed binary as part of the default target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- meson.build | 1 + 1 file changed, 1 insertion(+) 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@']) }