mongrel2: use ENV.deparallelize.
This commit is contained in:
parent
15c87488e2
commit
08061e6512
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue