Skip to content
Snippets Groups Projects
Commit ea3861d2 authored by Misty De Meo's avatar Misty De Meo
Browse files

ArchRequirement: support :intel, :ppc

parent 1dc2e12f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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