mach-o: accomodate AArch64

This commit is contained in:
Matthew Flatt 2020-11-28 15:27:32 -07:00
parent bd193e46f1
commit 67a8690021

View File

@ -7,8 +7,7 @@
(define exe-id (define exe-id
(delay (delay
(if (member (path->bytes (cross-system-library-subpath #f)) (if (= 64 (cross-system-type 'word))
(list #"x86_64-macosx" #"x86_64-darwin"))
#xFeedFacf #xFeedFacf
#xFeedFace))) #xFeedFace)))