mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 03:35:37 +00:00
Build for Cydia without libuv
This commit is contained in:
parent
dce703d88b
commit
0ba7bdb29e
@ -75,7 +75,7 @@ if [ $onlymakedeb = 1 ]; then
|
||||
else
|
||||
if [ $fromscratch = 1 ]; then
|
||||
make clean
|
||||
./configure --prefix="${PREFIX}" --with-ostype=darwin \
|
||||
./configure --prefix="${PREFIX}" --with-ostype=darwin --without-libuv \
|
||||
--with-compiler=ios-sdk --target=arm-unknown-darwin
|
||||
RV=$?
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user