added MAKE_JOBS to ios-static.sh

This commit is contained in:
Álvaro Felipe Melchor 2016-02-22 21:00:02 +01:00
parent bf782b5c50
commit cd9f092428

View File

@ -9,6 +9,7 @@ export BUILD=1
PREFIX="/usr"
# PREFIX=/var/mobile
[ -z "${MAKE_JOBS}" ] && MAKE_JOBS=12
if [ ! -d sys/ios-include ]; then
(
cd sys && \
@ -39,7 +40,7 @@ cp -f plugins.tiny.cfg plugins.cfg
fi
if [ $? = 0 ]; then
time make -j4
time make -j${MAKE_JOBS}
if [ $? = 0 ]; then
( cd binr/radare2 ; make ios_sdk_sign )
rm -rf /tmp/r2ios