guix: use Clang 10 for the macOS cross compile

This commit is contained in:
fanquake 2021-04-06 14:09:01 +08:00
parent b80a6af9e5
commit 51d9d1607f
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -239,5 +239,5 @@ chain for " target " development."))
((string-contains target "-linux-")
(list (make-bitcoin-cross-toolchain target)))
((string-contains target "darwin")
(list clang-toolchain-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
(list clang-toolchain-10 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
(else '())))))