coq: fix compiles on 8-core machines
This commit is contained in:
parent
7fb6195e14
commit
3cb6900780
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@ class Coq < Formula
|
|||
"-coqide", "none",
|
||||
"-with-doc", "no",
|
||||
"-arch", arch
|
||||
system "make world"
|
||||
ENV.j1 # Otherwise "mkdir bin" can be attempted by more than one job
|
||||
system "make world"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue