Reenable HOMEBREW_PREFER_64_BIT
This commit is contained in:
parent
2f7721f1b4
commit
765cd216f0
@ -238,8 +238,12 @@ module OS
|
||||
end
|
||||
|
||||
def prefer_64_bit?
|
||||
if ENV["HOMEBREW_PREFER_64_BIT"] && version == :leopard
|
||||
Hardware::CPU.is_64_bit?
|
||||
else
|
||||
Hardware::CPU.is_64_bit? && version > :leopard
|
||||
end
|
||||
end
|
||||
|
||||
def preferred_arch
|
||||
if prefer_64_bit?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user