Default CC=cc for broken Ruby 2.0 gcc detection on OS X

This commit is contained in:
Sam Stephenson 2013-02-04 16:15:30 -06:00
parent 279f0d0606
commit a0570c9bfe

View file

@ -644,8 +644,12 @@ else
TMP="${TMPDIR%/}"
fi
if [ -z "$CC" ]; then
export CC="cc"
fi
if [ -z "$MAKE" ]; then
MAKE="make"
export MAKE="make"
fi
if [ -n "$RUBY_BUILD_CACHE_PATH" ] && [ -d "$RUBY_BUILD_CACHE_PATH" ]; then