ios fixes

This commit is contained in:
pancake 2018-10-21 01:41:48 +02:00
parent 64d16fc506
commit 8ed55d5ea5
2 changed files with 4 additions and 1 deletions

View File

@ -23,8 +23,10 @@
#include <unistd.h>
#include <sys/types.h>
#else
#if DEBUGGER
#include <sys/ptrace.h>
#endif
#endif
#if defined(__GLIBC__) && defined(__linux__)
typedef enum __ptrace_request r_ptrace_request_t;

View File

@ -33,7 +33,8 @@ fi
iosConfigure() {
cp -f ${PLUGINS_CFG} plugins.cfg
./configure --with-libr --prefix=${PREFIX} --with-ostype=darwin \
--without-fork --with-compiler=ios-sdk --target=arm-unknown-darwin
--without-fork --without-libuv --with-compiler=ios-sdk \
--target=arm-unknown-darwin
return $?
}