mongrel2: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:54 +00:00
parent 15c87488e2
commit 08061e6512

View file

@ -27,7 +27,7 @@ class Mongrel2 < Formula
def install
# Build in serial. See:
# https://github.com/Homebrew/homebrew/issues/8719
ENV.j1
ENV.deparallelize
# Mongrel2 pulls from these ENV vars instead
ENV["OPTFLAGS"] = "#{ENV.cflags} #{ENV.cppflags}"