Don't force universal for build deps

This commit is contained in:
Jack Nagel 2013-01-26 17:24:17 -06:00
parent b8a884bcee
commit 036f3e7bfc

View File

@ -139,7 +139,9 @@ class FormulaInstaller
Dependency.prune if pour_bottle?
end
dep.universal! if f.build.universal?
if f.build.universal?
dep.universal! unless dep.build?
end
dep_f = dep.to_formula
dep_tab = Tab.for_formula(dep)