Skip to content

Commit

Permalink
add support for macos (#42)
Browse files Browse the repository at this point in the history
* add support for macos

* Update .bazelrc

Co-authored-by: Jeremy Kun <[email protected]>

---------

Co-authored-by: Jeremy Kun <[email protected]>
  • Loading branch information
os12345678 and j2kun committed May 22, 2024
1 parent 02ea1c2 commit 8ac609a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
common --action_env=BAZEL_CXXOPTS=-std=c++17
common --cxxopt='-std=c++17'
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

0 comments on commit 8ac609a

Please sign in to comment.