From 3d357346fc3e16d72aac6deef5d0e36cc9a52e9c Mon Sep 17 00:00:00 2001 From: Tom Kidd Date: Tue, 16 Mar 2021 10:04:24 -0500 Subject: [PATCH] Added another mention of arm64 to command line help Another one caught by MaddTheSane --- make-macosx-app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-macosx-app.sh b/make-macosx-app.sh index a44b8266..b4208e40 100755 --- a/make-macosx-app.sh +++ b/make-macosx-app.sh @@ -50,6 +50,7 @@ if [ "$2" != "" ]; then echo " x86" echo " x86_64" echo " ppc" + echo " arm64" echo exit 1 fi