Skip to content

Commit 98efd75

Browse files
derekmaurocopybara-github
authored andcommitted
Use the public implementation rule for "@bazel_tools//tools/cpp:clang-cl"
PiperOrigin-RevId: 710065786 Change-Id: Ibdc6c50e2911faed88ae36e4e61a7e99c47a6592
1 parent ce986ae commit 98efd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ platform(
3030
constraint_values = [
3131
"@platforms//cpu:x86_64",
3232
"@platforms//os:windows",
33-
"@rules_cc//cc/private/toolchain:clang-cl",
33+
"@bazel_tools//tools/cpp:clang-cl",
3434
],
3535
)

0 commit comments

Comments
 (0)