mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-26 17:02:00 +02:00
guix: use clang-toolchain-15 for macOS compilation
This commit is contained in:
parent
94955b4b1d
commit
ff42d81383
@ -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…
x
Reference in New Issue
Block a user