From f50f580c9bebedac9d010cc64ab6d3a42e943672 Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 31 Oct 2015 13:56:44 -0500 Subject: [PATCH] try to fix compiler for bsnes --- libretro-buildbot-recipe.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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