summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 77f014c..46abed4 100644
--- a/makefile
+++ b/makefile
@@ -25,10 +25,12 @@ 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) $@