meson: build macOS signed binary as part of the default target
Signed-off-by: Emmanuel Blot <eblot@meta.com> Tested-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Message-ID: <20260609-macos-default-signed-bin-v1-1-e013ccb5ccb7@meta.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Emmanuel Blot committed
Jun 9, 2026 at 11:13 UTC
eef29e060dccdb02934cffaf57bfb738bb5fac5f
1 file changed
+1
meson.build
+1
@@ -4453,6 +4453,7 @@ foreach target : target_dirs
4453
emulators += {exe['name'] : custom_target(exe['name'],
4454
input: build_input,
4455
output: exe['name'],
4456
+ build_by_default: true,
4457
command: [entitlement, '@OUTPUT@', '@INPUT@'])
4458
}
4459