mirror of https://github.com/bazelbuild/rules_cc
Another docs workaround
This commit is contained in:
parent
d2920b11e8
commit
3500df7958
|
@ -396,7 +396,7 @@ cc_toolchain(
|
|||
name = "universal_cc_toolchain",
|
||||
# Assume no operating system means no dynamic loader support.
|
||||
enabled_features = select({
|
||||
"@platforms//os:none": [],
|
||||
"//third_party/bazel_platforms/os:none": [],
|
||||
"//conditions:default": [
|
||||
"@rules_cc//cc/toolchains/capabilities:supports_dynamic_linker",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue