]> git.saurik.com Git - cycript.git/commitdiff
Do not build tri-architecture fat files for iOS.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Jun 2012 04:34:09 +0000 (21:34 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Jun 2012 04:34:09 +0000 (21:34 -0700)
ios.sh

diff --git a/ios.sh b/ios.sh
index 1132db32ca48fac1faf427cf09674cc0a90967fd..4c19bd0bb8a492a34bb72a37a1d99d3b0d944845 100755 (executable)
--- 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