We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96d773 commit d0fd67cCopy full SHA for d0fd67c
lib/std/zig/system/NativePaths.zig
@@ -86,8 +86,6 @@ pub fn detect(arena: Allocator, native_info: NativeTargetInfo) !NativePaths {
86
try self.addIncludeDir(try std.fs.path.join(arena, &.{ sdk.path, "usr/include" }));
87
return self;
88
}
89
- // These do not include headers, so the ones that come with the SDK are preferred.
90
- try self.addFrameworkDir("/System/Library/Frameworks");
91
92
93
0 commit comments