Skip to content

Commit

Permalink
Target iOS 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 18, 2013
1 parent f553bb4 commit 9927b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist-build/iphone.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /bin/sh

export XCODEDIR="/Applications/Xcode.app/Contents/Developer"
export XCODEDIR=$(xcode-select -p)
export BASEDIR="${XCODEDIR}/Platforms/iPhoneOS.platform/Developer"
export PATH="${BASEDIR}/usr/bin:$BASEDIR/usr/sbin:$PATH"
export SDK="${BASEDIR}/SDKs/iPhoneOS7.0.sdk"
export SDK="${BASEDIR}/SDKs/iPhoneOS7.1.sdk"
export CFLAGS="-Oz -mthumb -arch armv7 -isysroot ${SDK}"
export LDFLAGS="-mthumb -arch armv7 -isysroot ${SDK}"
export PREFIX="$(pwd)/libsodium-ios"
Expand Down

0 comments on commit 9927b74

Please sign in to comment.