Skip to content

Commit

Permalink
build: recent macOS updates clang (#579)
Browse files Browse the repository at this point in the history
Not sure what you want to do with this, but on Sonoma, clang 15.0.0 is
what is installed.

I'm not currently able to build on my OSX machine, seemingly because I
can't get bazel and my nix libtool package to cooperate.
  • Loading branch information
matthew-levan authored Jan 10, 2024
2 parents 5d39a5c + 6447f97 commit 78a6152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ config_setting(
# Version flag for clang.
string_flag(
name = "clang_version",
# macOS uses `clang-14.0.3` by default.
build_setting_default = "14.0.3",
# macOS uses `clang-15.0.0` by default.
build_setting_default = "15.0.0",
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit 78a6152

Please sign in to comment.