mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +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 [ $FORMAT_COMPILER_TARGET == "osx" ]; then
|
||||
CCE=clang
|
||||
CC=clang
|
||||
elif [ "$(expr substr $(uname -s) 1 7)" == "MINGW32" ]; then
|
||||
CC=mingw32-gcc
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user