We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e971749 commit cbcc3e8Copy full SHA for cbcc3e8
lib/prebuilt.darwin.ninja
@@ -1,9 +1,10 @@
1
2
3
4
-# ocamlopt = ../vendor/ocaml/bin/ocamlopt.opt
5
-ocamlopt = ocamlopt.opt
6
-# we relies on its dynamic behavior for finding a proper ocamlopt
+ocamlopt = ../vendor/ocaml/bin/ocamlopt.opt
+# ocamlopt = ocamlopt.opt
+# In general, we relies on its dynamic behavior for finding a proper ocamlopt
7
+# for prebuilt, it seems better locked
8
9
ext = darwin
10
include body.ninja
0 commit comments