pike: fix rubocop warnings.
This commit is contained in:
parent
ef553b1418
commit
7ae3394a30
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue