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