mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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.