]> git.saurik.com Git - uikittools.git/commitdiff
We seem to no longer need the Xcode 4.6 toolchain.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Oct 2015 09:11:49 +0000 (02:11 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Oct 2015 09:11:49 +0000 (02:11 -0700)
makefile

index 46abed4d15a62184ce2a08cceca8e5fa23020c96..77f014c42037405408043941f888019527ee8134 100644 (file)
--- 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) $@