mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-27 20:43:26 +00:00
Update examples for platforms
This commit is contained in:
parent
f25bda7e0d
commit
6cd7e75fc4
|
@ -90,4 +90,5 @@ my_c_archive = rule(
|
|||
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
|
||||
},
|
||||
fragments = ["cpp"],
|
||||
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue