From 9df670cb557e4dde7870fe551a472ddf2feb2bcc Mon Sep 17 00:00:00 2001 From: Sander Date: Wed, 15 Apr 2026 19:39:01 +0100 Subject: [PATCH] build: skip unnecessary steps for libghostty-vt --- build.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 952b4621d..8ef7701e2 100644 --- a/build.zig +++ b/build.zig @@ -263,7 +263,8 @@ pub fn build(b: *std.Build) !void { // On macOS we can run the macOS app. For "run" we always force // a native-only build so that we can run as quickly as possible. - if (config.target.result.os.tag.isDarwin() and + if (!config.emit_lib_vt and + config.target.result.os.tag.isDarwin() and (config.emit_xcframework or config.emit_macos_app)) { const xcframework_native = try buildpkg.GhosttyXCFramework.init(