try to fix compiler for bsnes

This commit is contained in:
radius 2015-10-31 13:31:18 -05:00
parent ad37fcac8a
commit df3ba90b46

View File

@ -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