]> git.saurik.com Git - ldid.git/commitdiff
Older versions of Apple's compiler give me errors.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 27 Jun 2015 04:23:23 +0000 (21:23 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 27 Jun 2015 04:23:23 +0000 (21:23 -0700)
make.sh

diff --git a/make.sh b/make.sh
index cbbfbb0578ed7275e95e666ee2cc3a15a645d4e9..4ab6acffe3bd5c29e54ee956148fbdbf767386b3 100755 (executable)
--- 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)