diff options
| author | Mike McQuaid | 2013-02-12 21:36:06 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2013-02-18 19:37:44 +0000 | 
| commit | c98d50495275ff4951dd126bb88a55e568b64092 (patch) | |
| tree | a601af176d66bd257339996c80ea6969f532d415 /Library/Homebrew/compilers.rb | |
| parent | 23e4210689ee321041612d3d2f4c6b5da1e59a0a (diff) | |
| download | homebrew-c98d50495275ff4951dd126bb88a55e568b64092.tar.bz2 | |
Only fails_with compiler version for developers.
Closes #17618.
Closes #17813.
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 4742dcfb5..715497952 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -101,6 +101,7 @@ class CompilerSelector      @compilers = @compilers.reject do |cc|        failure = @f.fails_with? cc        next unless failure +      next unless ARGV.homebrew_developer?        failure.build >= cc.build      end | 
