Skip to content

Commit

Permalink
add support for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
os12345678 committed May 16, 2024
1 parent 02ea1c2 commit 5849479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5849479

Please sign in to comment.