What is the proper way to use brew's clang(++)? #5746
Unanswered
eleanordoesntcode
asked this question in
Tap maintenance and brew development
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
The question is in the title. I've got a formula that I'm currently rewriting for the new version of the software (ProjectM). I've realised that Apple's clang++ (which is on version 16) is too old for some features used, but by using Homebrew's clang++ (version 19.1.3), it worked. I'm now asking myself: what would be the proper way of explicitely requiring this compiler for the build, properly? As a sidenote: the build process uses cmake.
Beta Was this translation helpful? Give feedback.
All reactions