formula_installer: Check for bottle_unneeded
This commit is contained in:
parent
96ff4102c8
commit
ab568800a7
@ -219,7 +219,7 @@ class FormulaInstaller
|
||||
end
|
||||
|
||||
def install
|
||||
if DevelopmentTools.installed? && !pour_bottle?
|
||||
if !formula.bottle_unneeded? && !pour_bottle? && DevelopmentTools.installed?
|
||||
Install.check_development_tools
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user