diff --git a/lib/std/zig/system/NativePaths.zig b/lib/std/zig/system/NativePaths.zig index 1fd92292f9bf8f551f3209f17e78870532c4011e..4c8f1286b8728be24930a7a14f55f3587c529867 100644 --- a/lib/std/zig/system/NativePaths.zig +++ b/lib/std/zig/system/NativePaths.zig @@ -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; }