formula_installer: pass effective_deps to CxxStdlib
This commit is contained in:
parent
c24aca4c58
commit
9c84b3799a
@ -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, f.deps)
|
stdlib_in_use.check_dependencies(f, effective_deps)
|
||||||
end
|
end
|
||||||
|
|
||||||
oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header
|
oh1 "Installing #{Tty.green}#{f}#{Tty.reset}" if show_header
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user