zig/lib/std/zig
Jakub Konka 91a35e1a92 Detect native iframework dirs on macOS
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`.
2021-01-02 15:29:05 +01:00
..
system Year++ 2020-12-31 15:45:24 -08:00
ast.zig std: have std.meta.fieldInfo take an enum rather than a string 2021-01-01 15:48:46 -07:00
cross_target.zig Year++ 2020-12-31 15:45:24 -08:00
parse.zig Year++ 2020-12-31 15:45:24 -08:00
parser_test.zig Year++ 2020-12-31 15:45:24 -08:00
perf_test.zig Year++ 2020-12-31 15:45:24 -08:00
render.zig Year++ 2020-12-31 15:45:24 -08:00
string_literal.zig Year++ 2020-12-31 15:45:24 -08:00
system.zig Detect native iframework dirs on macOS 2021-01-02 15:29:05 +01:00
tokenizer.zig Year++ 2020-12-31 15:45:24 -08:00