aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/john-jumbo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/john-jumbo.rb b/Library/Formula/john-jumbo.rb
index 658b0ec5a..9af025b23 100644
--- a/Library/Formula/john-jumbo.rb
+++ b/Library/Formula/john-jumbo.rb
@@ -26,7 +26,7 @@ class JohnJumbo < Formula
def install
ENV.deparallelize
- arch = Hardware.prefer_64_bit? ? '64' : 'sse2'
+ arch = MacOS.prefer_64_bit? ? '64' : 'sse2'
arch += '-opencl'
target = "macosx-x86-#{arch}"