speex: use ENV.deparallelize.
This commit is contained in:
parent
2e5a149289
commit
b779a25e87
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Speex < Formula
|
|||
depends_on "libogg" => :recommended
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
ENV.deparallelize
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue