mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
This commit adds default search paths for system frameworks on macOS while also adding `-isysroot` for OS versions at least BigSur. Since BigSur (11.0.1), neither headers nor libs exist in standard root locations (`/usr/include`, `/System/Library/Frameworks`). Instead, they are now exclusively part of the installed developer toolchain (either via XCode.app or CLT), and specifying `-isysroot` allows us to keep using universal search paths such as `/System/Library/Frameworks` while only changing the include flag from `-iframework` to `-iframeworkwithsysroot`. |
||
|---|---|---|
| .. | ||
| system | ||
| ast.zig | ||
| cross_target.zig | ||
| parse.zig | ||
| parser_test.zig | ||
| perf_test.zig | ||
| render.zig | ||
| string_literal.zig | ||
| system.zig | ||
| tokenizer.zig | ||