Skip to content

Commit

Permalink
guix: macos: use clang-toolchain-18
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Dec 20, 2024
1 parent 9cac42e commit 41d6fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ inspecting signatures in Mach-O binaries.")
(list
gcc-toolchain-11
(list gcc-toolchain-11 "static")
clang-toolchain-17
lld-17
(make-lld-wrapper lld-17 #:lld-as-ld? #t)
clang-toolchain-18
lld-18
(make-lld-wrapper lld-18 #:lld-as-ld? #t)
python-signapple))
(else '())))))

0 comments on commit 41d6fdb

Please sign in to comment.