diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 43a8c38d6..8c4abc126 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -224,7 +224,7 @@ class CompilerSelectionError < Homebrew::InstallationError super f, <<-EOS.undent #{f.name} cannot be built with any available compilers. To install this formula, you may need to: - brew install apple-gcc42 + brew install gcc EOS end end |
