We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59901ec commit bbc212fCopy full SHA for bbc212f
1 file changed
contrib/guix/manifest.scm
@@ -514,9 +514,9 @@ inspecting signatures in Mach-O binaries.")
514
))
515
((string-contains target "darwin")
516
(list
517
- clang-toolchain-18
518
- lld-18
519
- (make-lld-wrapper lld-18 #:lld-as-ld? #t)
+ clang-toolchain-19
+ lld-19
+ (make-lld-wrapper lld-19 #:lld-as-ld? #t)
520
python-signapple
521
p7zip ;; needed to extract tor_darwin .dmg
522
0 commit comments