From d4e26d1da16a40ac34bdb622750de0b6bf853e75 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 8 Apr 2008 20:58:24 +0000 Subject: Ported UIKit Tools to iPhoneOS 2.0. --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') 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 -- cgit v1.2.3