mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
guix: use clang-toolchain-17 for macOS build
Version is 17.0.6.
This commit is contained in:
@@ -525,5 +525,5 @@ inspecting signatures in Mach-O binaries.")
|
||||
((string-contains target "-linux-")
|
||||
(list (make-bitcoin-cross-toolchain target)))
|
||||
((string-contains target "darwin")
|
||||
(list clang-toolchain-15 binutils cmake-minimal python-signapple zip))
|
||||
(list clang-toolchain-17 binutils cmake-minimal python-signapple zip))
|
||||
(else '())))))
|
||||
|
||||
Reference in New Issue
Block a user