diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-10-12 02:11:49 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-10-12 02:11:49 -0700 |
commit | 6b98eff1bf78f18653d6087dc2f622b3aab4843f (patch) | |
tree | 8d2c36c88dcba248128dd9aba8473b3f12dc04a1 | |
parent | ef0e2d50c9d7b51e53ce6fd4bae768742526ca3e (diff) |
We seem to no longer need the Xcode 4.6 toolchain.
-rw-r--r-- | makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,12 +25,10 @@ uicache: csstore.cpp extrainst_: csstore.cpp %: %.mm - sudo xcode-select --switch /Applications/Xcode-4.6.3.app cycc -i2.0 -o$@ -- $^ $(flags) $($@) ldid -S$(wildcard $@.xml) $@ %: %.c - sudo xcode-select --switch /Applications/Xcode-4.6.3.app cycc -i2.0 -o$@ -- -x c $^ $(flags) $($@) ldid -S$(wildcard $@.xml) $@ |