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:
parent
0ea8ce8dd9
commit
3529826bcc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue