john-jumbo: don't try to build 64-bit on Leopard

master
Misty De Meo 2014-02-08 19:30:06 -08:00
parent bdfdca67d2
commit 6671da0b9d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class JohnJumbo < Formula
def install
ENV.deparallelize
arch = Hardware.is_64_bit? ? '64' : 'sse2'
arch = Hardware.prefer_64_bit? ? '64' : 'sse2'
arch += '-opencl'
cd 'src' do