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:
Mitchell Hashimoto
2025-10-14 07:13:05 -07:00
committed by GitHub
parent 06ad3b77b7
commit 9f726492ac

View File

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