Skip to content

Commit 63bcf2c

Browse files
committed
Clarify the GCC-not-found message for OS X users
1 parent f167f57 commit 63bcf2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/ruby-build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ require_gcc() {
207207
echo
208208

209209
if [ "$(uname -s)" = "Darwin" ]; then
210-
echo "You can install these GCC packages on Mac OS X:"
210+
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
211214
echo "https://github.com/kennethreitz/osx-gcc-installer/downloads"
212215
echo
213216
fi

0 commit comments

Comments
 (0)