From 4a9cf0dd14bdcf08edbe0c1b2e180b08cb570c5b Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 10 Oct 2013 09:09:53 -0700 Subject: [PATCH] CxxStdlib: use f.recursive_dependencies in stdlib check --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index fca4523caf..52c19ef876 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -186,7 +186,7 @@ class FormulaInstaller # This is probably accurate, but could possibly stand to be # more robust. stdlib_in_use = CxxStdlib.new(MacOS.default_cxx_stdlib, MacOS.default_compiler) - stdlib_in_use.check_dependencies(f, effective_deps) + stdlib_in_use.check_dependencies(f, f.recursive_dependencies) end oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header