summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-04-08 20:58:24 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-04-08 20:58:24 +0000
commitd4e26d1da16a40ac34bdb622750de0b6bf853e75 (patch)
treeb7c52f57cfc3d7f108783da4b356deb26d16023f /makefile
parenta60b86de5fbe121d51d756c166eac49e1832e007 (diff)
Ported UIKit Tools to iPhoneOS 2.0.
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index 83a4e00..e5f9b02 100644
--- 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