Skip to content

Commit

Permalink
ArchRequirement: support :intel, :ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Aug 2, 2013
1 parent e318ac2 commit f23b3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/requirements.rb
Expand Up @@ -77,6 +77,7 @@ def initialize(arch)
satisfy do
case @arch
when :x86_64 then MacOS.prefer_64_bit?
when :intel, :ppc then Hardware::CPU.type == @arch
end
end

Expand Down

0 comments on commit f23b3fd

Please sign in to comment.