gnu-prolog: deparallelize compilation
This commit is contained in:
parent
cd4572b64e
commit
340f6ba2a5
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class GnuProlog < Formula
|
|||
def install
|
||||
cd 'src' do
|
||||
system "./configure", "--prefix=#{prefix}", "--with-doc-dir=#{doc}"
|
||||
system "make"
|
||||
ENV.deparallelize
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue