(libretro-build) Variable declaration fix for OSX
This commit is contained in:
parent
fecea617fd
commit
af77a45cda
|
@ -132,7 +132,7 @@ fi
|
||||||
|
|
||||||
if [ -z "$CC" ]; then
|
if [ -z "$CC" ]; then
|
||||||
if [ $FORMAT_COMPILER_TARGET == "osx" ]; then
|
if [ $FORMAT_COMPILER_TARGET == "osx" ]; then
|
||||||
CCE=clang
|
CC=clang
|
||||||
elif [ "$(expr substr $(uname -s) 1 7)" == "MINGW32" ]; then
|
elif [ "$(expr substr $(uname -s) 1 7)" == "MINGW32" ]; then
|
||||||
CC=mingw32-gcc
|
CC=mingw32-gcc
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue