lutok: use ENV.deparallelize.
This commit is contained in:
parent
1928991e42
commit
eab9ec79c8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Lutok < Formula
|
||||||
"--disable-silent-rules",
|
"--disable-silent-rules",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
system "make"
|
system "make"
|
||||||
ENV.j1
|
ENV.deparallelize
|
||||||
system "make", "check"
|
system "make", "check"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
system "make", "installcheck"
|
system "make", "installcheck"
|
||||||
|
|
Loading…
Reference in a new issue