mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
std.zig.system.NativePaths: remove bad framework dir
This path actually has nothing useful in it.
This commit is contained in:
parent
f96d773d98
commit
d0fd67cffe
@ -86,8 +86,6 @@ pub fn detect(arena: Allocator, native_info: NativeTargetInfo) !NativePaths {
|
||||
try self.addIncludeDir(try std.fs.path.join(arena, &.{ sdk.path, "usr/include" }));
|
||||
return self;
|
||||
}
|
||||
// These do not include headers, so the ones that come with the SDK are preferred.
|
||||
try self.addFrameworkDir("/System/Library/Frameworks");
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user