From 62395a27d94b5529a4b9e83f5f3af849e2faac94 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 24 Sep 2013 15:36:09 -0700 Subject: [PATCH] Compile iOS Cycript against Telesphoreo ncurses. --- sysroot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysroot.sh b/sysroot.sh index c33067a..7ee6f7c 100755 --- a/sysroot.sh +++ b/sysroot.sh @@ -36,3 +36,5 @@ done mkdir -p sysroot.ios/usr/include/ffi mv -v 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.45.2