Skip to content

Commit bbc212f

Browse files
committed
guix: build macos release with clang 19
1 parent 59901ec commit bbc212f

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
@@ -514,9 +514,9 @@ inspecting signatures in Mach-O binaries.")
514514
))
515515
((string-contains target "darwin")
516516
(list
517-
clang-toolchain-18
518-
lld-18
519-
(make-lld-wrapper lld-18 #:lld-as-ld? #t)
517+
clang-toolchain-19
518+
lld-19
519+
(make-lld-wrapper lld-19 #:lld-as-ld? #t)
520520
python-signapple
521521
p7zip ;; needed to extract tor_darwin .dmg
522522
))

0 commit comments

Comments
 (0)