mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-22 12:50:46 +00:00
pkg/apple-sdk: set sysroot
This commit is contained in:
@@ -34,7 +34,7 @@ pub fn addPaths(b: *std.Build, step: *std.build.CompileStep) !void {
|
||||
xSdkPath("/zig-cache/xcode_frameworks"),
|
||||
);
|
||||
|
||||
// This may be a bug in Zig.
|
||||
// https://github.com/ziglang/zig/issues/17358
|
||||
b.sysroot = xSdkPath("/zig-cache/xcode_frameworks");
|
||||
|
||||
step.addSystemFrameworkPath(.{ .path = xSdkPath("/zig-cache/xcode_frameworks/Frameworks") });
|
||||
|
||||
Reference in New Issue
Block a user