mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02: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
Add a link
Reference in a new issue