Skip to content

Commit

Permalink
Advise brew update before filing issues about compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Oct 6, 2012
1 parent 8975b0c commit c1b17c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/macos.rb
Expand Up @@ -200,7 +200,8 @@ def compilers_standard?
unless StandardCompilers.keys.include? xcode unless StandardCompilers.keys.include? xcode
onoe <<-EOS.undent onoe <<-EOS.undent
Homebrew doesn't know what compiler versions ship with your version of Homebrew doesn't know what compiler versions ship with your version of
Xcode. Please file an issue with the output of `brew --config`: Xcode. Please `brew update` and if that doesn't help, file an issue with
the output of `brew --config`:
https://github.com/mxcl/homebrew/issues https://github.com/mxcl/homebrew/issues
Thanks! Thanks!
Expand Down

0 comments on commit c1b17c6

Please sign in to comment.