mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
guix: use clang-toolchain-17 for macOS build
Version is 17.0.6.
This commit is contained in:
parent
5ddd7c65b4
commit
558250dec1
1 changed files with 1 additions and 1 deletions
|
@ -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 '())))))
|
||||
|
|
Loading…
Add table
Reference in a new issue