From c68c8c23cfcbb1dfccbdbb21b92af8e1346dc435 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 18 Mar 2012 17:38:24 -0700 Subject: [PATCH] Upgrade ios.sh build to use the new libffi package. --- ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2