mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
no more system_sdk
This commit is contained in:
@@ -35,7 +35,7 @@ pub fn addPaths(b: *std.Build, step: *std.build.CompileStep) !void {
|
||||
);
|
||||
|
||||
// https://github.com/ziglang/zig/issues/17358
|
||||
b.sysroot = xSdkPath("/zig-cache/xcode_frameworks");
|
||||
if (step.target.isNative()) b.sysroot = xSdkPath("/zig-cache/xcode_frameworks");
|
||||
|
||||
step.addSystemFrameworkPath(.{ .path = xSdkPath("/zig-cache/xcode_frameworks/Frameworks") });
|
||||
step.addSystemIncludePath(.{ .path = xSdkPath("/zig-cache/xcode_frameworks/include") });
|
||||
|
||||
Reference in New Issue
Block a user