summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.sh b/make.sh
index cbbfbb0..4ab6acf 100755
--- a/make.sh
+++ b/make.sh
@@ -2,6 +2,8 @@
set -e
+sudo xcode-select --switch /Applications/Xcode-5.1.1.app
+
if which xcrun &>/dev/null; then
flags=(xcrun -sdk macosx g++)
flags+=(-mmacosx-version-min=10.4)