X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/73fd6f57b6d5c6e7a1f0242016d04d232db58639..a2ba54d5db82979a61e0bea074f17ddc2cfa3925:/xcode.sh diff --git a/xcode.sh b/xcode.sh index 1ad0650..45b2ea9 100755 --- 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"