diff options
Diffstat (limited to 'Library/Homebrew/macos.rb')
| -rw-r--r-- | Library/Homebrew/macos.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index d0f2d40f7..06215114c 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -184,7 +184,7 @@ module MacOS extend self end def prefer_64_bit? - Hardware.is_64_bit? and version != :leopard + Hardware::CPU.is_64_bit? and version != :leopard end STANDARD_COMPILERS = { |
