From b5df364ce6606fb945b9aebee60fb1d187cd8bf7 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Tue, 14 Mar 2017 00:16:57 -0700 Subject: [PATCH] add MSVC2010 support for RetroArch --- libretro-buildbot-recipe.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index df691e85..26354e07 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1484,6 +1484,12 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO echo "building..." echo "BUILD CMD: ${HELPER} ${MAKE} -j${JOBS}" ${HELPER} ${MAKE} -j${JOBS} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log + + if [ -n ${CUSTOM_BUILD} ]; then + ${CUSTOM_BUILD} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log + + fi + strip -s retroarch.exe cp -v retroarch.exe windows/retroarch.exe | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log cp -v retroarch.exe windows/retroarch.exe