diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/objective-caml.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 0b33e33b9..eebbea737 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -6,10 +6,10 @@ class ObjectiveCaml <Formula @md5='fe011781f37f6b41fe08e0706969a89e' def install + system "./configure --prefix #{prefix}" + system "make world" # 'world' can be built in parallel, but the other targets have problems ENV.deparallelize - system "./configure --prefix #{prefix}" - system "make -j#{Hardware.processor_count} world" system "make opt" system "make opt.opt" system "make install" |
