summaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
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