Skip to content

Commit d0fd67c

Browse files
committed
std.zig.system.NativePaths: remove bad framework dir
This path actually has nothing useful in it.
1 parent f96d773 commit d0fd67c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/std/zig/system/NativePaths.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ pub fn detect(arena: Allocator, native_info: NativeTargetInfo) !NativePaths {
8686
try self.addIncludeDir(try std.fs.path.join(arena, &.{ sdk.path, "usr/include" }));
8787
return self;
8888
}
89-
// These do not include headers, so the ones that come with the SDK are preferred.
90-
try self.addFrameworkDir("/System/Library/Frameworks");
9189
return self;
9290
}
9391

0 commit comments

Comments
 (0)