1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 20:15:19 -07:00

Back to a stable Xcode version.

This commit is contained in:
Frank Denis 2013-02-08 01:25:55 -08:00
parent 48aa6934df
commit f7e643a75c

View File

@ -1,6 +1,6 @@
#! /bin/sh
export XCODEDIR="/Applications/Xcode46-DP2.app/Contents/Developer"
export XCODEDIR="/Applications/Xcode.app/Contents/Developer"
export BASEDIR="${XCODEDIR}/Platforms/iPhoneOS.platform/Developer"
export PATH="${BASEDIR}/usr/bin:$BASEDIR/usr/sbin:$PATH"
export SDK="${BASEDIR}/SDKs/iPhoneOS6.1.sdk"