mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-22 15:25:20 +00:00
macOS: release builds from source using zig build uses ReleaseLocal (#9201)
This fixes codesign issues that are common. The official release process does not use this, but it is useful for local builds.
This commit is contained in:
committed by
GitHub
parent
06ad3b77b7
commit
9f726492ac
@@ -31,7 +31,7 @@ pub fn init(
|
||||
.ReleaseSafe,
|
||||
.ReleaseSmall,
|
||||
.ReleaseFast,
|
||||
=> "Release",
|
||||
=> "ReleaseLocal",
|
||||
};
|
||||
|
||||
const xc_arch: ?[]const u8 = switch (deps.xcframework.target) {
|
||||
|
||||
Reference in New Issue
Block a user