Need to still check formula build state for some reason
This commit is contained in:
parent
611f1a1b42
commit
7c3c67d722
@ -324,7 +324,7 @@ class FormulaInstaller
|
|||||||
|
|
||||||
def inherited_options_for(dep)
|
def inherited_options_for(dep)
|
||||||
inherited_options = Options.new
|
inherited_options = Options.new
|
||||||
if options.include?("universal") && !dep.build? && dep.to_formula.build.has_option?("universal")
|
if (options.include?("universal") || f.build.universal?) && !dep.build? && dep.to_formula.build.has_option?("universal")
|
||||||
inherited_options << Option.new("universal")
|
inherited_options << Option.new("universal")
|
||||||
end
|
end
|
||||||
inherited_options
|
inherited_options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user