diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 623d2b930..84a4a2cf5 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 |
