begin the support of arm64 support in the m1 mac variants,

not sure if this will work however, but I'll keep tweaking
until it is ready
This commit is contained in:
Zach Bacon 2021-09-05 13:25:11 -04:00
parent 0ea8ce8dd9
commit 3529826bcc
No known key found for this signature in database
GPG Key ID: EB0E0FF1C62782D8
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ case "$1" in
target_cpu=i386
shift
;;
-arm64)
target_bits=arm64
target_cpu=arm64
shift
;;
esac
# Need to use Xcode 9 for 32 bit builds on Mojave and newer.