aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index d92a03954..0f324a224 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -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