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