From: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Tested-by: Pierrick Bouvier <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index 19e123423b5..e026851309e 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@'])
}
--
2.53.0