Skip to content

Commit

Permalink
Some more build fixes for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 22, 2018
1 parent a6a6d34 commit 3670657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins.ios.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ io.ptrace
io.procpid
io.r2web
io.r2pipe
io.
io.zip
lang.vala
parse.mreplace
Expand Down
4 changes: 2 additions & 2 deletions sys/ios-simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ make mrproper
cp -f ${PLGCFG} plugins.cfg
./configure --prefix=${PREFIX} --with-ostype=darwin --with-libr \
--without-fork --disable-debugger --with-compiler=ios-sdk \
--target=arm-unknown-darwin
--target=arm-unknown-darwin || exit 1
fi

if [ $? = 0 ]; then
time make -j4
time make -j4 || exit 1
( cd libr ; make libr.dylib )
if [ $? = 0 ]; then
( cd binr/radare2 ; make ios_sdk_sign )
Expand Down

0 comments on commit 3670657

Please sign in to comment.