diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 7e9306a0..9b3f8ea7 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -62,7 +62,7 @@ if [ "${CORE_JOB}" == "YES" ]; then [[ "${IOS}" ]] && echo 'iOS detected...' - + echo === BUILDBOT VARS: CC: $CC CXX:: $CXX STRIP: $STRIP COMPILER: $COMPILER === # set a few extra variables with libretro-config.sh . $WORK/libretro-config.sh @@ -89,6 +89,7 @@ if [ "${CORE_JOB}" == "YES" ]; then done fi + echo === BUILDBOT VARS: CC: $CC CXX:: $CXX STRIP: $STRIP COMPILER: $COMPILER === # define the compilers if [ "$HOST_CC" ]; then CC="${HOST_CC}-gcc" @@ -97,6 +98,8 @@ if [ "${CORE_JOB}" == "YES" ]; then STRIP="${HOST_CC}-strip" fi + echo === BUILDBOT VARS: CC: $CC CXX:: $CXX STRIP: $STRIP COMPILER: $COMPILER === + if [ -z "$MAKE" ]; then if uname -s | grep -i MINGW32 > /dev/null 2>&1; then MAKE=mingw32-make