X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/742961730553cdf21649744cc212d309a56bd0f0..b5af12b8bc9c3fda53ebce1ba823734a279610c9:/ios.sh diff --git a/ios.sh b/ios.sh index 46c8ecb..db6f52b 100755 --- a/ios.sh +++ b/ios.sh @@ -61,7 +61,7 @@ lflags=${lflags[*]} export LTFLAGS=${lflags} ./configure --prefix=/usr "$@" -sed -i -e 's/\(-arch armv6\) -arch i386 -arch x86_64/\1/' GNUmakefile +sed --in-place='' -e 's/\(-arch armv6\) -arch i386 -arch x86_64/\1/' GNUmakefile make clean make -j ldid=ldid all