diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index f241945f..c1de4b87 100644 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -176,8 +176,8 @@ build_libretro_generic_makefile() { if [ -z "${NOCLEAN}" ]; then echo "cleaning up..." - echo "cleanup command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} ${COMPILER} -j${JOBS} ${ARGS} clean" - ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} ${COMPILER} -j${JOBS} ${ARGS} clean + echo "cleanup command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} clean" + ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} clean if [ $? -eq 0 ]; then echo success! diff --git a/recipes/recipes.win-mingw32-sjlj.conf b/recipes/recipes.win-mingw32-sjlj.conf index 7d8f9e65..fea820bd 100644 --- a/recipes/recipes.win-mingw32-sjlj.conf +++ b/recipes/recipes.win-mingw32-sjlj.conf @@ -1,3 +1,3 @@ -PATH /c/Toolchains/mingw32/bin:/c/Toolchains/python32 +PATH /c/Toolchains/mingw32_posix/bin:/c/Toolchains/python32 platform MINGW32 MAKE mingw32-make.exe