aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-04-15 13:18:04 +0100
committerMike McQuaid2014-04-23 08:15:30 +0100
commit5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f (patch)
tree00fa684b40e27bd630e20daa41ecab62ab53cf6f /Library/Homebrew/exceptions.rb
parent8723dba421079a546486119a9677e218987ba6a0 (diff)
downloadhomebrew-5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f.tar.bz2
Use gcc instead of apple-gcc42 when needed.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
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