From 5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 15 Apr 2014 13:18:04 +0100 Subject: Use gcc instead of apple-gcc42 when needed. --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/exceptions.rb') 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 -- cgit v1.2.3