w3m: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:55 +00:00
parent f760b57da6
commit 51575de8e7

View file

@ -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