gnuplot: use ENV.deparallelize.
This commit is contained in:
parent
1c2819bc12
commit
f37c716249
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Gnuplot < Formula
|
|||
|
||||
system "./prepare" if build.head?
|
||||
system "./configure", *args
|
||||
ENV.j1 # or else emacs tries to edit the same file with two threads
|
||||
ENV.deparallelize # or else emacs tries to edit the same file with two threads
|
||||
system "make"
|
||||
system "make", "check" if build.with?("test") || build.bottle?
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue