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.
pull/9203/head
Mitchell Hashimoto 2025-10-14 07:13:05 -07:00 committed by GitHub
parent 06ad3b77b7
commit 9f726492ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub fn init(
.ReleaseSafe, .ReleaseSafe,
.ReleaseSmall, .ReleaseSmall,
.ReleaseFast, .ReleaseFast,
=> "Release", => "ReleaseLocal",
}; };
const xc_arch: ?[]const u8 = switch (deps.xcframework.target) { const xc_arch: ?[]const u8 = switch (deps.xcframework.target) {