From: Jay Freeman (saurik) Date: Mon, 19 Mar 2012 00:38:24 +0000 (-0700) Subject: Upgrade ios.sh build to use the new libffi package. X-Git-Tag: v0.9.455~37 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/c68c8c23cfcbb1dfccbdbb21b92af8e1346dc435 Upgrade ios.sh build to use the new libffi package. --- diff --git a/ios.sh b/ios.sh index 554139a..96ea47a 100755 --- a/ios.sh +++ b/ios.sh @@ -5,7 +5,7 @@ set -e rm -rf sysroot.ios mkdir -p sysroot.ios -for deb in apr-lib_1.3.3-2 libffi_130618-4 readline_6.0-7; do +for deb in apr-lib_1.3.3-2 libffi_1:3.0.10-5 readline_6.0-7; do deb=${deb}_iphoneos-arm.deb [[ -f "${deb}" ]] || wget http://apt.saurik.com/debs/"${deb}" tar=data.tar.lzma