summaryrefslogtreecommitdiff
path: root/homebrew/ocaml/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ocaml/.make.sh-auto')
-rw-r--r--homebrew/ocaml/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/ocaml/.make.sh-auto b/homebrew/ocaml/.make.sh-auto
new file mode 100644
index 000000000..65d4b3c37
--- /dev/null
+++ b/homebrew/ocaml/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.deparallelize
+args = [
+"-prefix", HOMEBREW_PREFIX.to_s, "-with-debug-runtime", "-mandir", man.to_s, "-no-graph", ]
+pkg:configure *args
+make world.opt
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}