google / emboss

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

Fix emboss_cpp_library Bazel rule #104

Closed BenjaminLawson closed 8 months ago

BenjaminLawson commented 8 months ago

Add toolchains parameter to _cc_emboss_aspect rule to fix find_cpp_toolchain error.

Fixes #103