mirror of
https://github.com/ziglang/zig.git
synced 2025-12-11 16:53:06 +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.