pike: remove 32-bit option

This commit is contained in:
Mike McQuaid 2016-12-13 01:01:08 +00:00
parent a6c8d98418
commit 0314e5da94

View file

@ -43,7 +43,7 @@ class Pike < Formula
def install
args = ["--prefix=#{prefix}", "--without-bundles"]
if MacOS.prefer_64_bit? && !build.build_32_bit?
if MacOS.prefer_64_bit?
ENV.append "CFLAGS", "-m64"
args << "--with-abi=64"
else