summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-20 09:15:34 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-12-20 09:15:34 +0000
commit39f1785165f45ef1eaefb88b023d981f921e8446 (patch)
tree011a0f6c84428f1c546a7bbeb353a22aa559b7a2 /make.sh
parentdd869b95c27b9e75df01cb4440056fcabbdefdd3 (diff)
Completely redid Mobile Safe Mode, added MobileUnions (unreleased), and performed a minor optimization to MSHookFunction (remove an extra jump between through-handlers).
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.sh b/make.sh
index 79d3ffc..8560869 100755
--- a/make.sh
+++ b/make.sh
@@ -1,5 +1,5 @@
#!/bin/bash
flags=(-O2 -g0 -fno-exceptions -fvisibility=hidden)
cycc -i2.0 -oMobileSafety.dylib -- "${flags[@]}" -dynamiclib MobileSafety.mm \
- -framework CoreFoundation -framework Foundation \
- -L. -lsubstrate -lobjc -init _MSSafety
+ -framework CoreFoundation -framework Foundation -framework UIKit \
+ -L. -lsubstrate -lobjc -init _MSInitialize