From be10fa82236f6191ed62f95cb2a0c8106e2e621d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 3 Jun 2012 21:34:09 -0700 Subject: [PATCH] Do not build tri-architecture fat files for iOS. --- ios.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ios.sh b/ios.sh index 1132db3..4c19bd0 100755 --- a/ios.sh +++ b/ios.sh @@ -61,6 +61,7 @@ lflags=${lflags[*]} export LTFLAGS=${lflags} ./configure --prefix=/usr "$@" +sed -i -e 's/\(-arch armv6\) -arch i386 -arch x86_64/\1/' GNUmakefile make clean make -j ldid=ldid all -- 2.49.0