Skip to content

Commit

Permalink
john-jumbo: fix 64-bit method
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Feb 9, 2014
1 parent dd4a1b4 commit 59327f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/john-jumbo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def patches

def install
ENV.deparallelize
arch = Hardware.prefer_64_bit? ? '64' : 'sse2'
arch = MacOS.prefer_64_bit? ? '64' : 'sse2'
arch += '-opencl'

target = "macosx-x86-#{arch}"
Expand Down

0 comments on commit 59327f6

Please sign in to comment.