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