e0e7a4ca46
As it says on the tin. Long live hermetic_cc_toolchain!
8 lines
167 B
Python
8 lines
167 B
Python
load("@hermetic_cc_toolchain//toolchain/toolchain:defs.bzl", "declare_toolchains")
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
declare_toolchains()
|