Mac.prefer_64_bit?: fix conditional for 10.4
This commit is contained in:
parent
42c9ecd665
commit
64b472788a
@ -209,7 +209,7 @@ module OS
|
||||
end
|
||||
|
||||
def prefer_64_bit?
|
||||
Hardware::CPU.is_64_bit? and version != :leopard
|
||||
Hardware::CPU.is_64_bit? and version > :leopard
|
||||
end
|
||||
|
||||
def preferred_arch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user