From 58494793984495e862e501c3780dc2c056e46246 Mon Sep 17 00:00:00 2001 From: Oliver Salman Date: Thu, 16 May 2024 12:21:50 +1000 Subject: [PATCH] add support for macos --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index d1bd6bc..d626ee7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,8 @@ 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 common --copt=-fdiagnostics-color=always common --test_output=errors common -c dbg