rules_zig icon indicating copy to clipboard operation
rules_zig copied to clipboard

`zig_binary|library|test` should support a Zig binary with library dependencies (`.a`, `.so`)

Open aherrmann opened this issue 1 year ago • 2 comments

Zig has two different ways to link against pre-built objects or libraries. Either, by passing the corresponding files on the command-line, in which case they are passed as file paths to the underlying linker, or by passing -l type flags, in which case they are looked up in the library search paths and either resolved to files or forwarded as -l type flags to the underlying linker.

  • [x] #162
  • [x] #164
  • [ ] #178
  • [ ] #179
  • [ ] #180
  • [ ] #181
  • [ ] #182

aherrmann avatar Feb 03 '23 07:02 aherrmann