aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-02-20 16:38:21 +0000
committerMike McQuaid2013-02-20 16:39:04 +0000
commita0e56345ea55f7ee3c41d6bf13f9cfb3af635323 (patch)
treebdfa1f4af3bf58efd727e621ed13fc9822f83698 /Library/Homebrew/compilers.rb
parentcfc0bcc95f008f1956d09e9059addf49aa1ac89e (diff)
downloadhomebrew-a0e56345ea55f7ee3c41d6bf13f9cfb3af635323.tar.bz2
Revert "Only fails_with compiler version for developers."
This reverts commit c98d50495275ff4951dd126bb88a55e568b64092.
Diffstat (limited to 'Library/Homebrew/compilers.rb')
-rw-r--r--Library/Homebrew/compilers.rb1
1 files changed, 0 insertions, 1 deletions
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