From 370787c7b5ba3cb1a97829cf894d18bd3ec8991e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Mon, 29 Feb 2016 19:51:32 -0500 Subject: [PATCH] Update libretro-buildbot-recipe.sh --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 703a96e4..31eca97c 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -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