aherrmann / rules_zig

Bazel build rules for Zig
Apache License 2.0
44 stars 3 forks source link

`zig_library` should be a valid dependency for cc-rules like `cc_library`. #14

Open aherrmann opened 1 year ago

aherrmann commented 11 months ago

In the meantime users can work around the lack of this feature by creating an intermediate cc_library target that takes the zig_library or zig_shared_library target in its srcs attribute.