some compile fixes

This commit is contained in:
dev
2022-05-03 08:50:28 +02:00
committed by akallabeth
parent 0da860ad1f
commit 1c15073508
8 changed files with 92 additions and 117 deletions

View File

@@ -21,7 +21,7 @@ MIN_SDK_VERSION="10.0"
INSTALLDIR="external"
# Architectures to build
ARCHS="i386 x86_64 armv7 armv7s arm64"
ARCHS="arm64"
# Use default SDK version if not set
if [ -z ${SDK_VERSION} ]; then