Skip to content

Commit ff42d81

Browse files
committed
guix: use clang-toolchain-15 for macOS compilation
1 parent 94955b4 commit ff42d81

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
@@ -610,5 +610,5 @@ inspecting signatures in Mach-O binaries.")
610610
((string-contains target "-linux-")
611611
(list (make-bitcoin-cross-toolchain target)))
612612
((string-contains target "darwin")
613-
(list clang-toolchain-11 binutils cmake-minimal xorriso python-signapple))
613+
(list clang-toolchain-15 binutils cmake-minimal xorriso python-signapple))
614614
(else '())))))

0 commit comments

Comments
 (0)