Skip to content

Commit

Permalink
Target macOS 10.9 (#10802) (#10807)
Browse files Browse the repository at this point in the history
Update toolchain to target macosx 10.9 to fix #10799

Co-authored-by: deannagarcia <69992229+deannagarcia@users.noreply.github.com>
  • Loading branch information
haberman and deannagarcia committed Oct 24, 2022
1 parent 80b583a commit 0d8ac76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cc_toolchain_config(
linker_path = "/usr/tools",
sysroot = "/usr/tools/xcode_14_0/macosx",
target_cpu = "aarch64",
target_full_name = "aarch64-apple-macosx11.3",
target_full_name = "aarch64-apple-macosx10.9",
)

cc_toolchain_config(
Expand All @@ -119,7 +119,7 @@ cc_toolchain_config(
linker_path = "/usr/tools",
sysroot = "/usr/tools/xcode_14_0/macosx",
target_cpu = "x86_64",
target_full_name = "x86_64-apple-macosx11.3",
target_full_name = "x86_64-apple-macosx10.9",
)

cc_toolchain_config(
Expand Down

0 comments on commit 0d8ac76

Please sign in to comment.