mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
guix: use Clang 10 for the macOS cross compile
This commit is contained in:
parent
b80a6af9e5
commit
51d9d1607f
1 changed files with 1 additions and 1 deletions
|
@ -239,5 +239,5 @@ chain for " target " development."))
|
|||
((string-contains target "-linux-")
|
||||
(list (make-bitcoin-cross-toolchain target)))
|
||||
((string-contains target "darwin")
|
||||
(list clang-toolchain-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
|
||||
(list clang-toolchain-10 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
|
||||
(else '())))))
|
||||
|
|
Loading…
Add table
Reference in a new issue