mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
guix: use clang-toolchain-15 for macOS compilation
This commit is contained in:
parent
94955b4b1d
commit
ff42d81383
1 changed files with 1 additions and 1 deletions
|
@ -610,5 +610,5 @@ inspecting signatures in Mach-O binaries.")
|
|||
((string-contains target "-linux-")
|
||||
(list (make-bitcoin-cross-toolchain target)))
|
||||
((string-contains target "darwin")
|
||||
(list clang-toolchain-11 binutils cmake-minimal xorriso python-signapple))
|
||||
(list clang-toolchain-15 binutils cmake-minimal xorriso python-signapple))
|
||||
(else '())))))
|
||||
|
|
Loading…
Add table
Reference in a new issue