From 01fdc50214f9ef50a491f5681c9d5d1433ccb61c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 15 Jun 2013 00:37:28 -0700 Subject: [PATCH] Explicitly pass empty value for in-place extension. --- ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2