]> git.saurik.com Git - uikittools.git/blobdiff - makefile
Ported UIKit Tools to iPhoneOS 2.0.
[uikittools.git] / makefile
index 83a4e006a2380f95f5a59ceca7608b9137cbabab..e5f9b02948d361b8461ffec028a0619f8bae079e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,4 @@
 all: uialert
 
 %: %.mm
-       arm-apple-darwin-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc
-       arm-apple-darwin-strip $@
+       $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc