Fix parallel build issues in Objective Caml formula.
This commit is contained in:
parent
6cca9f0727
commit
b2a4c1ed3b
1 changed files with 3 additions and 1 deletions
|
@ -6,8 +6,10 @@ class ObjectiveCaml <Formula
|
|||
@md5='fe011781f37f6b41fe08e0706969a89e'
|
||||
|
||||
def install
|
||||
# 'world' can be built in parallel, but the other targets have problems
|
||||
ENV.deparallelize
|
||||
system "./configure --prefix #{prefix}"
|
||||
system "make world"
|
||||
system "make -j#{Hardware.processor_count} world"
|
||||
system "make opt"
|
||||
system "make opt.opt"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue