mach-o: accomodate AArch64
This commit is contained in:
parent
bd193e46f1
commit
67a8690021
|
@ -7,8 +7,7 @@
|
|||
|
||||
(define exe-id
|
||||
(delay
|
||||
(if (member (path->bytes (cross-system-library-subpath #f))
|
||||
(list #"x86_64-macosx" #"x86_64-darwin"))
|
||||
(if (= 64 (cross-system-type 'word))
|
||||
#xFeedFacf
|
||||
#xFeedFace)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user