From: Jay Freeman (saurik) Date: Mon, 12 Oct 2015 09:11:49 +0000 (-0700) Subject: We seem to no longer need the Xcode 4.6 toolchain. X-Git-Tag: v1.1.11~2 X-Git-Url: https://git.saurik.com/uikittools.git/commitdiff_plain/6b98eff1bf78f18653d6087dc2f622b3aab4843f We seem to no longer need the Xcode 4.6 toolchain. --- diff --git a/makefile b/makefile index 46abed4..77f014c 100644 --- a/makefile +++ b/makefile @@ -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) $@