google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Bazel: cannot apply `tags` or `target_compatible_with` on `emboss_cc_library` rules #154

Closed armandomontanez closed 1 month ago

armandomontanez commented 1 month ago

Because emboss_cc_library doesn't capture and forward kwargs to the underlying rules, attributes inherent to all rules (like tags and target_compatible_with) cannot be set on emboss_cc_library. Should be a pretty trivial fix.