]> git.saurik.com Git - cycript.git/blobdiff - xcode.sh
Add a new ?gc to run GC without running a script.
[cycript.git] / xcode.sh
index 1ad065029b0c986d56022d74d0a704fbe82c6184..45b2ea94e5fc9fa347ccbb70e703c0815a399de3 100755 (executable)
--- a/xcode.sh
+++ b/xcode.sh
@@ -98,6 +98,7 @@ for arch in armv6 armv7 armv7s arm64; do
     else
         flg+=(LTLIBAPR="../sysroot.ios/usr/lib/libapr-1.dylib")
         flg+=(LTLIBGCC="-lgcc_s.1")
+        cpf+=" -include ${PWD}/xcode.h"
         cpf+=" -mllvm -arm-reserve-r9"
         cpf+=" -I../sysroot.ios/usr/include -I../sysroot.ios/usr/include/apr-1"
         ldf+=" -L../sysroot.ios/usr/lib"