diff options
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 |
