mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
(OSX PPC) Change CC to 'cc' instead of 'clang'
This commit is contained in:
parent
855784bab9
commit
6ff8b6e9a2
@ -61,7 +61,7 @@ fi
|
|||||||
|
|
||||||
if [ -z "$CC" ]; then
|
if [ -z "$CC" ]; then
|
||||||
if [ $FORMAT_COMPILER_TARGET = "osx" ]; then
|
if [ $FORMAT_COMPILER_TARGET = "osx" ]; then
|
||||||
CC=clang
|
CC=cc
|
||||||
elif uname -s | grep -i MINGW32 > /dev/null 2>&1; then
|
elif uname -s | grep -i MINGW32 > /dev/null 2>&1; then
|
||||||
CC=mingw32-gcc
|
CC=mingw32-gcc
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user