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
|
def install
|
||||||
cd 'src' do
|
cd 'src' do
|
||||||
system "./configure", "--prefix=#{prefix}", "--with-doc-dir=#{doc}"
|
system "./configure", "--prefix=#{prefix}", "--with-doc-dir=#{doc}"
|
||||||
system "make"
|
|
||||||
ENV.deparallelize
|
ENV.deparallelize
|
||||||
|
system "make"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue