diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 623d2b9303..84a4a2cf59 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -114,6 +114,8 @@ class FormulaInstaller f.recursive_dependencies.map(&:to_formula).any? do |dep| dep.build.with?(req.name) end || f.build.with?(req.name) + else + true end end end