We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a6d34 commit 3670657Copy full SHA for 3670657
plugins.ios.cfg
@@ -86,7 +86,6 @@ io.ptrace
86
io.procpid
87
io.r2web
88
io.r2pipe
89
-io.
90
io.zip
91
lang.vala
92
parse.mreplace
sys/ios-simulator.sh
@@ -73,11 +73,11 @@ make mrproper
73
cp -f ${PLGCFG} plugins.cfg
74
./configure --prefix=${PREFIX} --with-ostype=darwin --with-libr \
75
--without-fork --disable-debugger --with-compiler=ios-sdk \
76
- --target=arm-unknown-darwin
+ --target=arm-unknown-darwin || exit 1
77
fi
78
79
if [ $? = 0 ]; then
80
- time make -j4
+ time make -j4 || exit 1
81
( cd libr ; make libr.dylib )
82
83
( cd binr/radare2 ; make ios_sdk_sign )
0 commit comments