(OSX PPC) Change CC to 'cc' instead of 'clang'

This commit is contained in:
twinaphex 2014-04-14 06:11:43 +02:00
parent 855784bab9
commit 6ff8b6e9a2

View File

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