Skip to content

Commit 51d9d16

Browse files
committed
guix: use Clang 10 for the macOS cross compile
1 parent b80a6af commit 51d9d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ chain for " target " development."))
239239
((string-contains target "-linux-")
240240
(list (make-bitcoin-cross-toolchain target)))
241241
((string-contains target "darwin")
242-
(list clang-toolchain-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
242+
(list clang-toolchain-10 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
243243
(else '())))))

0 commit comments

Comments
 (0)