Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2016-02-29 19:51:32 -05:00
parent be4b17cc40
commit 370787c7b5
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ build_libretro_bsnes_jni() {
echo "compiling for ${a}..."
echo --------------------------------------------------
if [ -z "${ARGS}" ]; then
if [ -z "${PROFILE}" ]; then
echo "build command: ${NDK} -j${JOBS} APP_ABI=${a}"
${NDK} -j${JOBS} APP_ABI=${a} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
else