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

Mac.prefer_64_bit?: fix conditional for 10.4

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