Merge pull request #7794 from mistydemeo/permit_arm_macs
Install: permit ARM-based Macs
This commit is contained in:
commit
9cd0166c07
@ -10,7 +10,7 @@ module Homebrew
|
||||
module_function
|
||||
|
||||
def check_cpu
|
||||
return if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
|
||||
return if (Hardware::CPU.intel? && Hardware::CPU.is_64_bit?) || Hardware::CPU.arm?
|
||||
|
||||
message = "Sorry, Homebrew does not support your computer's CPU architecture!"
|
||||
if Hardware::CPU.ppc?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user