john-jumbo: fix 64-bit method

master
Misty De Meo 2014-02-08 19:33:38 -08:00
parent dd4a1b4263
commit 59327f630b
1 changed files with 1 additions and 1 deletions

View File

@ -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}"