Add --without-libuv and companion flags in ios-static-appstore.sh ##build

This commit is contained in:
pancake 2018-11-09 18:14:47 +01:00
parent 29ef8a53b0
commit 14fd07d5db

View File

@ -62,9 +62,11 @@ if true ; then
${MAKE} clean
cp -f plugins.tiny.cfg plugins.cfg
cp -f plugins.ios.cfg plugins.cfg
./configure --prefix="${PREFIX}" \
${CFGFLAGS} \
--with-ostype=darwin --with-libr \
--without-gpl --without-fork --without-libuv \
--with-compiler=ios-sdk \
--target=arm-unknown-darwin
fi