1
0
mirror of https://github.com/libretro/libretro-super synced 2025-04-04 10:20:13 +00:00

(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

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