Skip to content

Commit 8ac609a

Browse files
os12345678j2kun
andauthored
add support for macos (#42)
* add support for macos * Update .bazelrc Co-authored-by: Jeremy Kun <kun.jeremy@gmail.com> --------- Co-authored-by: Jeremy Kun <kun.jeremy@gmail.com>
1 parent 02ea1c2 commit 8ac609a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
common --action_env=BAZEL_CXXOPTS=-std=c++17
22
common --cxxopt='-std=c++17'
3+
build:macos --apple_platform_type=macos
4+
build:macos --macos_minimum_os=10.13
5+
build:macos --macos_sdk_version=10.13
6+
build:macos_arm64 --cpu=darwin_arm64
37
common --copt=-fdiagnostics-color=always
48
common --test_output=errors
59
common -c dbg

0 commit comments

Comments
 (0)