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:
240240 return False
241241
242242def 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 ]:
244244 return True
245245 return False
246246
Original file line number Diff line number Diff line change @@ -532,9 +532,9 @@ inspecting signatures in Mach-O binaries.")
532532 ((string-contains target " darwin" )
533533 (list ; ; Native GCC 11 toolchain
534534 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 )
538538 python-signapple
539539 zip))
540540 (else '() )))))
You can’t perform that action at this time.
0 commit comments