update script

This commit is contained in:
radius 2015-10-16 00:12:22 -05:00
parent dd1be28ea3
commit f04c78b992

View File

@ -267,7 +267,7 @@ build_libretro_generic_makefile() {
echo "build command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS}"
${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}.log
fi
echo === $? ===
if [ $? -eq 0 ]; then
MESSAGE="$1 build succeeded [$jobid]"
if [ "${MAKEPORTABLE}" == "YES" ]; then