Build for Cydia without libuv

This commit is contained in:
pancake 2019-04-02 17:12:28 +02:00
parent dce703d88b
commit 0ba7bdb29e

View File

@ -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