| author | |
| committer | |
| log | d0fd67cffe664ff70d9a70dd4d2d28aba5a378e8 |
| tree | 2e28a575a3eef3bbf80ddd7d8f27ab607d720d85 |
| parent | f96d773d989bdca0a7eb08965a84ae2f63ea7f4c |
This path actually has nothing useful in it.1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/zig/system/NativePaths.zig-2| ... | ... | @@ -86,8 +86,6 @@ pub fn detect(arena: Allocator, native_info: NativeTargetInfo) !NativePaths { |
| 86 | 86 | try self.addIncludeDir(try std.fs.path.join(arena, &.{ sdk.path, "usr/include" })); |
| 87 | 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 | 89 | return self; |
| 92 | 90 | } |
| 93 | 91 |