aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/macos.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-13 12:04:58 -0500
committerJack Nagel2013-06-14 10:34:17 -0500
commit50db35e5d367107ecbbcbd2a13c20669d19270d4 (patch)
tree4813c532f24fe8f27223da1ce10632ba27fdb4ca /Library/Homebrew/macos.rb
parentdc454aad923b020475944cfdd3b5167ccd3071b7 (diff)
downloadbrew-50db35e5d367107ecbbcbd2a13c20669d19270d4.tar.bz2
Use Hardware::CPU module
Diffstat (limited to 'Library/Homebrew/macos.rb')
-rw-r--r--Library/Homebrew/macos.rb2
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 = {