mirror of https://github.com/bazelbuild/rules_cc
Register cc toolchain from @bazel_tools
The one located in rules_cc isn't yet in sync.
This commit is contained in:
parent
eef16ef276
commit
009750537d
|
@ -6,9 +6,8 @@ module(
|
|||
|
||||
bazel_dep(name = "platforms", version = "0.0.7")
|
||||
|
||||
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure")
|
||||
use_repo(cc_configure, "local_config_cc_toolchains")
|
||||
|
||||
cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
|
||||
use_repo(cc_configure, "local_config_cc", "local_config_cc_toolchains")
|
||||
register_toolchains("@local_config_cc_toolchains//:all")
|
||||
|
||||
bazel_dep(name = "bazel_skylib", version = "1.3.0", dev_dependency = True)
|
||||
|
|
Loading…
Reference in New Issue