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
(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)))