From fa7cf6571c0346f76de56aecd32f0706b6c4fa06 Mon Sep 17 00:00:00 2001 From: radius Date: Thu, 14 Jan 2016 18:43:18 -0500 Subject: [PATCH] cleanup --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 1729f73d..cd625308 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1037,6 +1037,7 @@ if [ "${PLATFORM}" == "osx" ] && [ "${RA}" == "YES" ]; then echo cd pkg/apple + xcodebuild -project RetroArch.xcodeproj -target RetroArch -configuration Release &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log if [ $? -eq 0 ]; then @@ -1053,7 +1054,6 @@ if [ "${PLATFORM}" == "osx" ] && [ "${RA}" == "YES" ]; then buildbot_log "$MESSAGE" echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log - cd pkg/apple xcodebuild -project RetroArch.xcodeproj -target "RetroArch Cg" -configuration Release &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_CG_${PLATFORM}.log if [ $? -eq 0 ]; then