diff options
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ common --registry=https://bcr.bazel.build
common --registry=https://git.stevenlr.com/460nm/bazel-registry.git/plain/
+build --enable_platform_specific_config
+
build:windows --extra_execution_platforms=//: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
|