(OSX) Fix libretro-build-common.sh

This commit is contained in:
twinaphex 2013-11-26 15:41:45 +01:00
parent 97e05ca8a8
commit 9a1ab0e22c

View File

@ -6,7 +6,7 @@ die() {
}
if [ "${CC}" ] && [ "${CXX}" ]; then
COMPILER="CC=\"${CC}\" CXX=\"${CXX}\" CXX11=\"${CXX11}\""
COMPILER="CC=\"${CC}\" CXX=\"${CXX}\""
else
COMPILER=""
fi