We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cc0c6 commit 8d7f8faCopy full SHA for 8d7f8fa
doc/build-osx.md
@@ -60,7 +60,7 @@ brew install llvm
60
And append the following to the configure commands below:
61
62
``` bash
63
-CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++
+-DCMAKE_C_COMPILER="$(brew --prefix llvm)/bin/clang" -DCMAKE_CXX_COMPILER="$(brew --prefix llvm)/bin/clang++"
64
```
65
66
Try `llvm@17` if compilation fails with the default version of llvm.
0 commit comments