Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
370787c7b5
commit
5ebe4d0d11
|
@ -434,8 +434,8 @@ build_libretro_bsnes_jni() {
|
|||
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
|
||||
echo "build command: ${NDK} -j${JOBS} APP_ABI=${a}" ${PROFILE}
|
||||
${NDK} -j${JOBS} APP_ABI=${a} ${PROFILE} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
|
||||
echo "build command: ${NDK} -j${JOBS} APP_ABI=${a}" profile=${PROFILE}
|
||||
${NDK} -j${JOBS} APP_ABI=${a} profile=${PROFILE} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
|
||||
fi
|
||||
echo $PWD
|
||||
cp -v ../libs/${a}/libretro_${NAME}_${PROFILE}.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${NAME}_${PROFILE}_libretro${FORMAT}${LIBSUFFIX}.${FORMAT_EXT} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
|
||||
|
|
Loading…
Reference in New Issue