aherrmann / rules_zig

Bazel build rules for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link against shared `cc_library`.

aherrmann opened this issue · comments

The shared libraries become runtime dependencies. They need to be tracked in the targets runfiles accordingly, and the NEEDED or RUNPATH entries should take Bazel's generated runfiles paths into account.