flake: use ENV.deparallelize.
This commit is contained in:
parent
1143e48c36
commit
0150d27ca6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Flake < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
ENV.deparallelize
|
||||
system "./configure", "--disable-debug", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue