w3m: use ENV.deparallelize.
This commit is contained in:
parent
f760b57da6
commit
51575de8e7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class W3m < Formula
|
|||
"--with-ssl=#{Formula["openssl"].opt_prefix}"
|
||||
# Race condition in build reported in:
|
||||
# https://github.com/Homebrew/homebrew/issues/12854
|
||||
ENV.j1
|
||||
ENV.deparallelize
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue