File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ def check_MACHO_sdk(binary) -> bool:
240
240
return False
241
241
242
242
def check_MACHO_ld64 (binary ) -> bool :
243
- if binary .build_version .tools [0 ].version == [17 , 0 , 6 ]:
243
+ if binary .build_version .tools [0 ].version == [18 , 1 , 6 ]:
244
244
return True
245
245
return False
246
246
Original file line number Diff line number Diff line change @@ -532,9 +532,9 @@ inspecting signatures in Mach-O binaries.")
532
532
((string-contains target " darwin" )
533
533
(list ; ; Native GCC 11 toolchain
534
534
gcc-toolchain-11
535
- clang-toolchain-17
536
- lld-17
537
- (make-lld-wrapper lld-17 #:lld-as-ld? #t )
535
+ clang-toolchain-18
536
+ lld-18
537
+ (make-lld-wrapper lld-18 #:lld-as-ld? #t )
538
538
python-signapple
539
539
zip))
540
540
(else '() )))))
You can’t perform that action at this time.
0 commit comments