summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-01-22 08:27:58 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-01-22 08:27:58 +0000
commit3178d79bf7ceb64f69b5bf931492a05aef22e4cf (patch)
tree112b505a42ca4661f4254a36bf8988eca02ded65 /makefile
parent61f28687e8a820e74374eca9b33e2d5f5f299e83 (diff)
Finally got all these transitions right.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9ffa5e9..b0ea315 100644
--- a/makefile
+++ b/makefile
@@ -7,4 +7,4 @@ test: all
ssh saurik@$(iPhone) /dat/Cydia
Cydia: *.mm makefile
- arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions
+ arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions