| ... | @@ -86,8 +86,6 @@ pub fn detect(arena: Allocator, native_info: NativeTargetInfo) !NativePaths { | ... | @@ -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" })); | 86 | try self.addIncludeDir(try std.fs.path.join(arena, &.{ sdk.path, "usr/include" })); |
| 87 | return self; | 87 | return self; |
| 88 | } | 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 | return self; | 89 | return self; |
| 92 | } | 90 | } |
| 93 | | 91 | |