Commit d0fd67cffe
Changed files (1)
lib
std
zig
system
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;
}