summaryrefslogtreecommitdiffstats
path: root/build_iphone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_iphone.sh')
-rwxr-xr-xbuild_iphone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_iphone.sh b/build_iphone.sh
index ff6c702..8817af6 100755
--- a/build_iphone.sh
+++ b/build_iphone.sh
@@ -4,7 +4,7 @@
INSTALL_DIR="`pwd`/build"
-export SDKVER="6.0"
+export SDKVER="6.1"
export DEVROOT="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer"
export SDKROOT="$DEVROOT/SDKs/iPhoneOS$SDKVER.sdk"
export CFLAGS="-O3 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-shorten-64-to-32 -Wno-trigraphs -fpascal-strings -miphoneos-version-min=5.0 -mcpu=cortex-a9 -arch armv7 -mfpu=neon -pipe -isysroot $SDKROOT -isystem $SDKROOT/usr/include -isystem $DEVROOT/usr/include -mno-thumb -no-integrated-as"
OpenPOWER on IntegriCloud