From c59d99c0afffa3670c1a5b636cc8a2d6a600da8e Mon Sep 17 00:00:00 2001 From: Oliver Salman <77224906+os12345678@users.noreply.github.com> Date: Fri, 17 May 2024 11:19:29 +1000 Subject: [PATCH] Update .bazelrc Co-authored-by: Jeremy Kun --- .bazelrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index d626ee7..5277273 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,8 +1,9 @@ common --action_env=BAZEL_CXXOPTS=-std=c++17 common --cxxopt='-std=c++17' -common --macos_minimum_os=10.13 -common --macos_sdk_version=10.13 -common --cpu=darwin_arm64 +build:macos --apple_platform_type=macos +build:macos --macos_minimum_os=10.13 +build:macos --macos_sdk_version=10.13 +build:macos_arm64 --cpu=darwin_arm64 common --copt=-fdiagnostics-color=always common --test_output=errors common -c dbg