We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f167f57 commit 63bcf2cCopy full SHA for 63bcf2c
bin/ruby-build
@@ -207,7 +207,10 @@ require_gcc() {
207
echo
208
209
if [ "$(uname -s)" = "Darwin" ]; then
210
- echo "You can install these GCC packages on Mac OS X:"
+ echo "As of version 4.2, Xcode is LLVM-only and no longer"
211
+ echo "includes GCC. You can install GCC with these binary"
212
+ echo "packages on Mac OS X:"
213
+ echo
214
echo "https://github.com/kennethreitz/osx-gcc-installer/downloads"
215
216
fi
0 commit comments