mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 19:23:08 +00:00
`std.zig.system.darwin.getSdk` now pulls only the SDK path so we execute a child process only once and not twice as it was until now since we parse the SDK version directly from the pulled path. This is actually how `ld64` does it too.