Skip to content

Commit

Permalink
Bump minimum supported macOS versions to 10.13 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Feb 13, 2023
1 parent 5528c8b commit 5d3acad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crosstool/osx_cc_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _compile_cc_file_single_arch(repository_ctx, src_name, out_name):
"--sdk",
"macosx",
"clang",
"-mmacosx-version-min=10.9",
"-mmacosx-version-min=10.13",
"-std=c++11",
"-lc++",
"-O3",
Expand Down Expand Up @@ -87,7 +87,7 @@ def _compile_cc_file(repository_ctx, src_name, out_name):
"--sdk",
"macosx",
"clang",
"-mmacosx-version-min=10.9",
"-mmacosx-version-min=10.13",
"-std=c++11",
"-lc++",
"-arch",
Expand Down

0 comments on commit 5d3acad

Please sign in to comment.