From df3ba90b46fecacea7622b9bf1297a44ef9936e8 Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 31 Oct 2015 13:31:18 -0500 Subject: [PATCH] try to fix compiler for bsnes --- 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 7af08a64..6fe2fb4b 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -133,7 +133,7 @@ if [ "${CORE_JOB}" == "YES" ]; then fi if [ "${CC}" ] && [ "${CXX}" ]; then - COMPILER="CC="${CC}" CXX="${CXX}"" + COMPILER="CC="\""${CC}"\"" CXX="\""${CXX}"\""" else COMPILER="" fi