Skip to content
Snippets Groups Projects
Commit 4a9cf0dd authored by Misty De Meo's avatar Misty De Meo
Browse files

CxxStdlib: use f.recursive_dependencies in stdlib check

parent 9c84b379
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ class FormulaInstaller ...@@ -186,7 +186,7 @@ class FormulaInstaller
# This is probably accurate, but could possibly stand to be # This is probably accurate, but could possibly stand to be
# more robust. # more robust.
stdlib_in_use = CxxStdlib.new(MacOS.default_cxx_stdlib, MacOS.default_compiler) 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 end
oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment