Build universal GhosttyKit for Release

This commit is contained in:
Lawrence Chen 2026-03-08 04:21:23 -07:00
parent 89587694c6
commit 76f53aaf90
6 changed files with 13 additions and 11 deletions

View file

@ -58,7 +58,7 @@ else
echo "==> Building GhosttyKit.xcframework (this may take a few minutes)..."
(
cd ghostty
zig build -Demit-xcframework=true -Doptimize=ReleaseFast
zig build -Demit-xcframework=true -Dxcframework-target=universal -Doptimize=ReleaseFast
)
# Stamp the build output with the SHA it was built from
echo "$GHOSTTY_SHA" > "$LOCAL_SHA_STAMP"