From a0e56345ea55f7ee3c41d6bf13f9cfb3af635323 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 20 Feb 2013 16:38:21 +0000 Subject: Revert "Only fails_with compiler version for developers." This reverts commit c98d50495275ff4951dd126bb88a55e568b64092. --- Library/Homebrew/compilers.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Homebrew/compilers.rb') diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 715497952..4742dcfb5 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -101,7 +101,6 @@ 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