diff options
Diffstat (limited to 'Library/Formula/pypy.rb')
| -rw-r--r-- | Library/Formula/pypy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 0e400c0b7..ace63b2c9 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -2,7 +2,7 @@ require 'formula' require 'hardware' class Pypy < Formula - if snow_leopard_64? + if MacOS.prefer_64_bit? url 'http://pypy.org/download/pypy-1.4.1-osx64.tar.bz2' md5 '769b3fb134944ee8c22ad0834970de3b' else |
