From ca08518d14c7d680eaa2e16b92f01837f9733ce1 Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 28 Jan 2015 22:50:51 -0500 Subject: [PATCH] add win32 mingw target --- libretro-buildbot-recipe.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index e1323953..314e6ad2 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -697,9 +697,6 @@ echo cd $WORK BUILD="" -ECHO $RA -ECHO $PLATFORM - if [ "${PLATFORM}" == "psp1" ]; then @@ -1080,8 +1077,7 @@ then fi -echo $PLATFORM -if [ "${PLATFORM}" == "MINGW64" ] && [ "${RA}" == "YES" ]; +if [ "${PLATFORM}" == "MINGW64" ] || [ "${PLATFORM}" == "MINGW32" ] && [ "${RA}" == "YES" ]; then while read line; do