mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-23 21:30:19 +00:00
build: skip unnecessary steps for libghostty-vt
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user