Commit a0570c9b by Sam Stephenson

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

parent 279f0d06
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment