summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-10 21:49:49 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:35:58 +0100
commit5b531fa495e711904e3f8f9470b68ca17168f1cc (patch)
tree1282fe6c807f19536e9c20e9bc3da4a16595a2d1 /.bazelrc
parentaf164f9af26d0c64d2e8210039b99e4f191acdaa (diff)
Upgrade Bazel to 8.0.0
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bazelrc b/.bazelrc
index f525ddf..e8695f6 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,5 +1,6 @@
build:windows --extra_execution_platforms=//:x64_windows-clang-cl
-build:windows --extra_toolchains=@@local_config_cc//:cc-toolchain-x64_windows-clang-cl
+# @Todo(bazel) We should be able to use @local_config_cc...
+build:windows --extra_toolchains=@@rules_cc++cc_configure_extension+local_config_cc//:cc-toolchain-x64_windows-clang-cl
build:linux --repo_env=CC=clang