From 88f627a812b1d9dc66a8751767a6e4f71a3d9b7b Mon Sep 17 00:00:00 2001 From: Sandro Gauci Date: Fri, 30 Jul 2021 10:28:25 +0200 Subject: [PATCH] added arm64 switch on osxcross-macports --- tools/osxcross-macports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/osxcross-macports b/tools/osxcross-macports index e3f88b0..9648dd5 100755 --- a/tools/osxcross-macports +++ b/tools/osxcross-macports @@ -586,6 +586,8 @@ main() ARCH="i386" elif [ $opt == "-universal" -o $opt == "--universal" ]; then ARCH="i386-x86_64" + elif [ $opt == "-arm64" -o $opt == "--arm64" ]; then + ARCH="arm64" elif [ $opt == "-sm" -o $opt == "--select-mirror" ]; then selectMirror exit