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.
2 parents 00971b8 + 8586c32 commit 03ae02eCopy full SHA for 03ae02e
doc/build_instructions/macos.md
@@ -38,7 +38,7 @@ We advise against using the clang version that comes with macOS (Apple Clang) as
38
```
39
# on Intel macOS, llvm is by default in /usr/local/Cellar/llvm/bin/
40
# on ARM macOS, llvm is by default in /opt/homebrew/Cellar/llvm/bin/
41
-./configure --compiler="$(brew --prefix llvm)/bin/clang" --download-nyan
+./configure --compiler="$(brew --prefix llvm)/bin/clang++" --download-nyan
42
43
44
Afterwards, trigger the build using `make`:
0 commit comments