pike: fix rubocop warnings.

This commit is contained in:
Mike McQuaid 2017-05-28 17:57:07 +01:00
parent ef553b1418
commit 7ae3394a30

View file

@ -51,9 +51,7 @@ class Pike < Formula
args << "--with-abi=32"
end
if build.without? "machine-code"
args << "--without-machine-code"
end
args << "--without-machine-code" if build.without? "machine-code"
ENV.deparallelize