Skip to content

Commit

Permalink
add tc suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Apr 23, 2024
1 parent b72273a commit 2dafa56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deps/ReactantExtra/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ package(
default_visibility = ["//:__subpackages__"],
)

cc_toolchain_suite(
name = "ygg_cross_compile_toolchain_suite",
toolchains = {
"k8": ":ygg_x86_toolchain",
},
)


cc_toolchain(
name = "ygg_x86_toolchain",
all_files = ":empty",
Expand Down

0 comments on commit 2dafa56

Please sign in to comment.