Update build support for iOS 8.3

This commit is contained in:
pancake 2015-04-13 03:27:24 +02:00
parent a0996f9549
commit a53c7249d9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ if [ -z "${CPU}" ]; then
#CPU=arm64
fi
if [ -z "${IOSVER}" ]; then
IOSVER=8.1
IOSVER=8.3
fi
DEVROOT=/Applications/Xcode.app/Contents/Developer

View File

@ -22,7 +22,7 @@ export PATH=`pwd`/sys:${PATH}
export CC=`pwd`/sys/ios-sdk-gcc
# set only for arm64, otherwise it is armv7
# select ios sdk version
export IOSVER=8.1
export IOSVER=8.3
export IOSINC=`pwd`/sys/ios-include
export CFLAGS=-O2