Skip to content

Commit 3670657

Browse files
committedOct 22, 2018
Some more build fixes for iOS
1 parent a6a6d34 commit 3670657

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎plugins.ios.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ io.ptrace
8686
io.procpid
8787
io.r2web
8888
io.r2pipe
89-
io.
9089
io.zip
9190
lang.vala
9291
parse.mreplace

‎sys/ios-simulator.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ make mrproper
7373
cp -f ${PLGCFG} plugins.cfg
7474
./configure --prefix=${PREFIX} --with-ostype=darwin --with-libr \
7575
--without-fork --disable-debugger --with-compiler=ios-sdk \
76-
--target=arm-unknown-darwin
76+
--target=arm-unknown-darwin || exit 1
7777
fi
7878

7979
if [ $? = 0 ]; then
80-
time make -j4
80+
time make -j4 || exit 1
8181
( cd libr ; make libr.dylib )
8282
if [ $? = 0 ]; then
8383
( cd binr/radare2 ; make ios_sdk_sign )

0 commit comments

Comments
 (0)
Please sign in to comment.