mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Rather than `zig0 build ...` the build now does `zig0 build-lib ...`, avoiding the requirement of linking the build script, and thus avoiding the requirement of finding native libc, for systems where libc is the system ABI.