mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
ios fixes
This commit is contained in:
parent
64d16fc506
commit
8ed55d5ea5
@ -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;
|
||||
|
@ -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 $?
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user