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 = {
"_cc_toolchain": attr.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
),
),
},