2021-10-06 16:09:19 +00:00
|
|
|
module(
|
|
|
|
name = "rules_cc",
|
|
|
|
compatibility_level = 1,
|
2022-09-19 12:00:24 +00:00
|
|
|
version = "0.0.3",
|
2021-10-06 16:09:19 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
bazel_dep(name = "bazel_skylib", version = "1.0.3")
|
|
|
|
bazel_dep(name = "platforms", version = "0.0.4")
|
|
|
|
|
2021-11-05 11:21:01 +00:00
|
|
|
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure")
|
2022-03-17 11:49:45 +00:00
|
|
|
|
2021-10-06 16:09:19 +00:00
|
|
|
use_repo(cc_configure, "local_config_cc_toolchains")
|
2022-09-19 12:03:31 +00:00
|
|
|
|
2022-09-19 12:00:24 +00:00
|
|
|
register_toolchains("@local_config_cc_toolchains//:all")
|