try to fix compiler for bsnes

This commit is contained in:
radius 2015-10-31 13:27:41 -05:00
parent bd142f220c
commit ad37fcac8a
1 changed files with 1 additions and 1 deletions

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