File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ platform(
17
17
constraint_values = [
18
18
"@platforms//cpu:x86_64" ,
19
19
"@platforms//os:windows" ,
20
- "@bazel_tools//tools/cpp :clang-cl" ,
20
+ "@rules_cc//cc/private/toolchain :clang-cl" ,
21
21
],
22
22
)
Original file line number Diff line number Diff line change 6
6
bazel_dep (name = "gflags" , version = "2.2.2" )
7
7
bazel_dep (name = "googletest" , version = "1.14.0" , dev_dependency = True )
8
8
bazel_dep (name = "platforms" , version = "0.0.10" )
9
+ bazel_dep (name = "rules_cc" , version = "0.0.12" )
9
10
10
11
# Required for Windows clang-cl build: --extra_toolchains=@local_config_cc//:cc-toolchain-arm64_windows
11
- cc_configure = use_extension ("@bazel_tools//tools/cpp:cc_configure .bzl" , "cc_configure_extension" )
12
+ cc_configure = use_extension ("@rules_cc//cc:extensions .bzl" , "cc_configure_extension" )
12
13
use_repo (cc_configure , "local_config_cc" )
You can’t perform that action at this time.
0 commit comments