diff --git a/Formula/pike.rb b/Formula/pike.rb index 869a77d12d..d4d08f3785 100644 --- a/Formula/pike.rb +++ b/Formula/pike.rb @@ -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