(libretro-build) Variable declaration fix for OSX

This commit is contained in:
twinaphex 2013-05-19 20:05:35 +02:00
parent fecea617fd
commit af77a45cda

View File

@ -132,7 +132,7 @@ fi
if [ -z "$CC" ]; then
if [ $FORMAT_COMPILER_TARGET == "osx" ]; then
CCE=clang
CC=clang
elif [ "$(expr substr $(uname -s) 1 7)" == "MINGW32" ]; then
CC=mingw32-gcc
else