From ada5033e0d1c382ef0fef87198bf74d41c4ec002 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 12 Feb 2013 21:36:06 -0800 Subject: [PATCH] Only fails_with compiler version for developers. Closes Homebrew/homebrew#17618. Closes Homebrew/homebrew#17813. --- Library/Homebrew/compilers.rb | 1 + 1 file changed, 1 insertion(+) 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