Skip to content

Commit

Permalink
Fix emboss_cpp_library Bazel rule (#104)
Browse files Browse the repository at this point in the history
Add `toolchains` parameter to _cc_emboss_aspect rule to fix
find_cpp_toolchain error.

Fixes #103
  • Loading branch information
BenjaminLawson authored Feb 7, 2024
1 parent 5d2870e commit de05f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ _cc_emboss_aspect = aspect(
default = "@com_google_emboss//runtime/cpp:cpp_utils",
),
},
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
)

def _cc_emboss_library_impl(ctx):
Expand Down

0 comments on commit de05f74

Please sign in to comment.