mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge 0533e65235 into merged_master (Bitcoin PR bitcoin/bitcoin#30785)
This commit is contained in:
commit
6d727d4ace
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ brew install llvm
|
|||
And append the following to the configure commands below:
|
||||
|
||||
``` bash
|
||||
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++"
|
||||
```
|
||||
|
||||
Try `llvm@17` if compilation fails with the default version of llvm.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue