From 7f6801cb1fe4933917ea591f2f5437e15d864eb4 Mon Sep 17 00:00:00 2001 From: Radius Date: Sun, 26 Apr 2015 17:09:37 -0500 Subject: [PATCH] fix default cfg for windows --- libretro-buildbot-recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index c81a4456..66ebc629 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1107,7 +1107,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" = echo "building..." echo "build command: $MAKE -j${JOBS}" - $MAKE -j${JOBS} + $MAKE -j${JOBS} &> /tmp/buildbot.log if [ $? -eq 0 ]; then MESSAGE="retroarch build successful [$jobid]" @@ -1161,7 +1161,7 @@ video_shader_dir = ":\shaders" EOF - #cp -v *.cfg windows/ + cp -v retroarch.default.cfg windows/ cp -v *.exe tools/*.exe windows/ cp -Rfv media/overlays/* windows/overlays cp -Rfv media/shaders_cg/* windows/shaders