ArchRequirement: support :intel, :ppc

This commit is contained in:
Misty De Meo 2013-08-01 19:57:05 -07:00
parent 1dc2e12f3a
commit ea3861d296

View File

@ -77,6 +77,7 @@ class ArchRequirement < Requirement
satisfy do
case @arch
when :x86_64 then MacOS.prefer_64_bit?
when :intel, :ppc then Hardware::CPU.type == @arch
end
end