diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-22 19:31:09 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-22 19:31:09 +0100 |
commit | 99c8ae9530a79f4080c84083cb3e9d8bfb8c145d (patch) | |
tree | f441cb7c76cfe3024641c00e55d6fd754627c6f5 | |
parent | 781877bd26ed7ab01ae6cf952bf4691641593ed2 (diff) |
Enable platform specific config
-rw-r--r-- | .bazelrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ startup --windows_enable_symlinks build:windows --enable_runfiles=true +build --enable_platform_specific_config build --build_python_zip=false build:windows --extra_execution_platforms=//:x64_windows-clang-cl |