Skip to content

Commit

Permalink
Clarify the GCC-not-found message for OS X users
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Oct 30, 2011
1 parent f167f57 commit 63bcf2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/ruby-build
Expand Up @@ -207,7 +207,10 @@ require_gcc() {
echo

if [ "$(uname -s)" = "Darwin" ]; then
echo "You can install these GCC packages on Mac OS X:"
echo "As of version 4.2, Xcode is LLVM-only and no longer"
echo "includes GCC. You can install GCC with these binary"
echo "packages on Mac OS X:"
echo
echo "https://github.com/kennethreitz/osx-gcc-installer/downloads"
echo
fi
Expand Down

0 comments on commit 63bcf2c

Please sign in to comment.