From 99c8ae9530a79f4080c84083cb3e9d8bfb8c145d Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 22 Mar 2025 19:31:09 +0100 Subject: Enable platform specific config --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index a86778e..7c5547a 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 -- cgit