diff options
| author | Mike McQuaid | 2013-02-21 21:39:32 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-02-21 21:40:15 +0000 |
| commit | b65aa8a2f3e64f0014d2dd37c17acc03c8afb4d2 (patch) | |
| tree | fe720e58349a2b2b2cf62b8314f58dacd9a6a552 /Library/Homebrew/compilers.rb | |
| parent | 041cc45a6146790ff7cdc6977831f22375aa4b24 (diff) | |
| download | brew-b65aa8a2f3e64f0014d2dd37c17acc03c8afb4d2.tar.bz2 | |
Only fails_with compiler version for developers.
Actually works properly now.
This reverts commit a0e56345ea55f7ee3c41d6bf13f9cfb3af635323.
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 4742dcfb5..ae3d7590e 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -101,7 +101,7 @@ class CompilerSelector @compilers = @compilers.reject do |cc| failure = @f.fails_with? cc next unless failure - failure.build >= cc.build + failure.build >= cc.build or not ARGV.homebrew_developer? end return if @compilers.empty? or @compilers.include? ENV.compiler |
