From 86898c4b33b413e67b2c7af9b57387b94248d19c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 10 Jul 2020 11:48:08 +0200 Subject: [PATCH] Try to fix this one last time --- libretro-buildbot-recipe.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index d848b9ec..03b30d37 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -401,8 +401,8 @@ build_libretro_generic_makefile() { eval "set -- ${EXTRAARGS} \${CORE_ARGS} -DCMAKE_VERBOSE_MAKEFILE=ON" echo "BUILD CMD: ${HELPER} ${CMAKE} $*" 2>&1 | tee -a "$LOGFILE" echo "$@" .. | xargs ${HELPER} ${CMAKE} 2>&1 | tee -a "$LOGFILE" - echo "BUILD CMD: ${HELPER} ${CMAKE} --build . ${JOBS_FLAG}${JOBS} --target ${core}_libretro --config Release -- " 2>&1 | tee -a "$LOGFILE" - ${HELPER} ${CMAKE} --build . ${JOBS_FLAG}${JOBS} --target ${core}_libretro --config Release -- 2>&1 | tee -a "$LOGFILE" + echo "BUILD CMD: ${HELPER} ${CMAKE} --build . ${JOBS_FLAG} ${JOBS} --target ${core}_libretro --config Release -- " 2>&1 | tee -a "$LOGFILE" + ${HELPER} ${CMAKE} --build . ${JOBS_FLAG} ${JOBS} --target ${core}_libretro --config Release -- 2>&1 | tee -a "$LOGFILE" find . -mindepth 2 -name "${CORENAM}" -exec cp -f "{}" . \; elif [ "${COMMAND}" = "LEIRADEL" ]; then @@ -487,8 +487,8 @@ build_libretro_android_cmake() { echo "BUILD CMD: ${CMAKE} $*" 2>&1 | tee -a "$LOGFILE" echo "$@" ../.. | xargs ${CMAKE} 2>&1 | tee -a "$LOGFILE" - echo "BUILD CMD: ${CMAKE} --build . ${JOBS_FLAG}${JOBS} --target ${NAME}_libretro --config Release --" 2>&1 | tee -a "$LOGFILE" - ${CMAKE} --build . ${JOBS_FLAG}${JOBS} --target ${NAME}_libretro --config Release -- 2>&1 | tee -a "$LOGFILE" + echo "BUILD CMD: ${CMAKE} --build . ${JOBS_FLAG} ${JOBS} --target ${NAME}_libretro --config Release --" 2>&1 | tee -a "$LOGFILE" + ${CMAKE} --build . ${JOBS_FLAG} ${JOBS} --target ${NAME}_libretro --config Release -- 2>&1 | tee -a "$LOGFILE" COREPATH=$(find . -type f -name ${CORENAM}) if [ -n "${COREPATH}" ]; then