aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-10-10 09:09:53 -0700
committerMisty De Meo2013-10-10 09:09:53 -0700
commit6de20cc6ec158fc0dc4a94781d4ad20addc547d2 (patch)
tree4424cbd4ba7aef28c6b9767cf3538c76aaa715ef /Library
parent7dbfbbd2849f12ff048798b7cac4e98b00b87f76 (diff)
downloadhomebrew-6de20cc6ec158fc0dc4a94781d4ad20addc547d2.tar.bz2
CxxStdlib: use f.recursive_dependencies in stdlib check
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index fca4523ca..52c19ef87 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