From 487c8b09d6090ea9547cb7b8f1f7a251ff968c42 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 24 Sep 2013 15:36:24 -0700 Subject: [PATCH] Remove the one verbose output from iOS sysroot.sh. --- sysroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysroot.sh b/sysroot.sh index 7ee6f7c..0c6a1f4 100755 --- a/sysroot.sh +++ b/sysroot.sh @@ -34,7 +34,7 @@ for deb in apr-lib_1.3.3-2 libffi_1:3.0.10-5 ncurses_5.7-12 readline_6.0-7; do done mkdir -p sysroot.ios/usr/include/ffi -mv -v sysroot.ios/usr/include/{,ffi/}ffi.h +mv sysroot.ios/usr/include/{,ffi/}ffi.h ln -s /usr/include/apr-1 sysroot.ios/usr/include mv sysroot.ios/usr/lib/_ncurses/* sysroot.ios/usr/lib rmdir sysroot.ios/usr/lib/_ncurses -- 2.49.0