Skip to content
Snippets Groups Projects
Commit 7c3c67d7 authored by Jack Nagel's avatar Jack Nagel
Browse files

Need to still check formula build state for some reason

parent 611f1a1b
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ class FormulaInstaller
def inherited_options_for(dep)
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")
end
inherited_options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment