mirror of
https://github.com/libretro/libretro-super
synced 2025-01-15 19:48:50 +00:00
add MSVC2010 support for RetroArch
This commit is contained in:
parent
c0d244ceee
commit
b5df364ce6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user