aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/make.sh b/make.sh
index d574ae7..d88a8b0 100755
--- a/make.sh
+++ b/make.sh
@@ -10,16 +10,16 @@ else
shift
fi
+export DEVELOPER_DIR=/Applications/Xcode-5.1.1.app
+
if "${ios}"; then
out=ios
-sudo xcode-select --switch /Applications/Xcode-4.6.3.app
-flags=(cycc -- -miphoneos-version-min=2.0 -arch armv6)
+flags=(cycc -- -miphoneos-version-min=2.0 -arch armv6 -arch arm64)
else
out=out
-sudo xcode-select --switch /Applications/Xcode-5.1.1.app
if which xcrun &>/dev/null; then
flags=(xcrun -sdk macosx g++)