This commit is contained in:
Marcel Hlopko 2019-11-04 09:38:06 +01:00
parent 262ebec3c2
commit 4420fcb440
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Returns the current `CcToolchainInfo`.
attrs = { attrs = {
"_cc_toolchain": attr.label( "_cc_toolchain": attr.label(
default = Label( default = Label(
"@rules_cc//cc/:current_cc_toolchain", # copybara-use-repo-external-label "@rules_cc//cc:current_cc_toolchain", # copybara-use-repo-external-label
), ),
), ),
}, },