Added windows arm.
This commit is contained in:
@@ -7,7 +7,7 @@ TARGET=$(echo "$UNITY_TARGET" | awk '{print tolower($0)}')
|
||||
BUILD_ARG=""
|
||||
REVISION="3"
|
||||
case $TARGET in
|
||||
"windows" | "windows32bit")
|
||||
"windows" | "windows32bit" | "windowsarm")
|
||||
UNITY_TARGET=windows-mono-$REVISION
|
||||
;;
|
||||
"mac" | "osx")
|
||||
|
||||
Reference in New Issue
Block a user