From: Jay Freeman (saurik) Date: Mon, 4 Jun 2012 04:34:09 +0000 (-0700) Subject: Do not build tri-architecture fat files for iOS. X-Git-Tag: v0.9.455~4 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/be10fa82236f6191ed62f95cb2a0c8106e2e621d Do not build tri-architecture fat files for iOS. --- 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