diff options
| author | Misty De Meo | 2013-10-10 08:51:01 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-10-10 08:51:38 -0700 |
| commit | 7dbfbbd2849f12ff048798b7cac4e98b00b87f76 (patch) | |
| tree | 9cc7b8b6501ff009f4828b869534176bd2db7afb /Library/Homebrew/formula_installer.rb | |
| parent | 7f066316253581643f1ddad13891f157cdb70ad2 (diff) | |
| download | homebrew-7dbfbbd2849f12ff048798b7cac4e98b00b87f76.tar.bz2 | |
formula_installer: pass effective_deps to CxxStdlib
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index b5b566bd0..fca4523ca 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, f.deps) + stdlib_in_use.check_dependencies(f, effective_deps) end oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header |
