Update some Bazel rules

This commit is contained in:
2025-04-11 19:59:13 +02:00
parent 0fc185283d
commit 69d33476b8
3 changed files with 10 additions and 22 deletions

View File

@ -4,8 +4,7 @@ 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
build:windows --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
build:windows --cxxopt=-Xclang=-std=c++23