mirror of
https://github.com/libretro/libretro-super
synced 2025-04-10 21:44:19 +00:00
(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…
x
Reference in New Issue
Block a user