Skip to content

Commit 558250d

Browse files
committed
guix: use clang-toolchain-17 for macOS build
Version is 17.0.6.
1 parent 5ddd7c6 commit 558250d

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
@@ -525,5 +525,5 @@ inspecting signatures in Mach-O binaries.")
525525
((string-contains target "-linux-")
526526
(list (make-bitcoin-cross-toolchain target)))
527527
((string-contains target "darwin")
528-
(list clang-toolchain-15 binutils cmake-minimal python-signapple zip))
528+
(list clang-toolchain-17 binutils cmake-minimal python-signapple zip))
529529
(else '())))))

0 commit comments

Comments
 (0)