From ada5033e0d1c382ef0fef87198bf74d41c4ec002 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 12 Feb 2013 21:36:06 -0800 Subject: 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(+) (limited to 'Library') 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 -- cgit v1.2.3