Skip to content

Commit a4bafcd

Browse files
committed
guix: build macos release with llvm 21
1 parent 0ceb55f commit a4bafcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/guix/manifest.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,9 @@ inspecting signatures in Mach-O binaries.")
511511
))
512512
((string-contains target "darwin")
513513
(list
514-
clang-toolchain-18
515-
lld-18
516-
(make-lld-wrapper lld-18 #:lld-as-ld? #t)
514+
clang-toolchain-21
515+
lld-21
516+
(make-lld-wrapper lld-21 #:lld-as-ld? #t)
517517
python-signapple
518518
p7zip ;; needed to extract tor_darwin .dmg
519519
))

0 commit comments

Comments
 (0)