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