mirror of
https://github.com/ziglang/zig.git
synced 2026-02-10 11:30:58 +00:00
* `-isystem` instead of `-I` for system include directories fixes a problem with native system directories interfering with zig's bundled libc. * separate Stage2Target.is_native into Stage2Target.is_native_os and Stage2Target.is_native_cpu.