On 10/29/23 00:07, Oliver Lowe wrote:
> Found this in-progress ticket: https://github.com/ziglang/zig/issues/8755> > So it seems like it's not possible (yet!)
Note that this is only for the feature of matching ld's command line.
You can already use `zig cc` as a linker the same way you would use a C
compiler as a linker driver.
zig cc -o executable foo.o libbar.a -lbaz