diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 4742dcfb59..715497952a 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