From af77a45cda29a96d6a1f6938bd4be36367ab6ec8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 19 May 2013 20:05:35 +0200 Subject: [PATCH] (libretro-build) Variable declaration fix for OSX --- libretro-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build.sh b/libretro-build.sh index 04498f46..64acbcc2 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -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