pike: remove 32-bit option
This commit is contained in:
parent
a6c8d98418
commit
0314e5da94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue