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