mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 09:45:27 +00:00
Don't pass the object files from a static library to the linker invocation. The lib.a file already contains them. Avoids "duplicate symbol" errors (and useless work by the linker)