Skip to content

Commit cbcc3e8

Browse files
committed
fix prebuilt.darwin.ninja
1 parent e971749 commit cbcc3e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/prebuilt.darwin.ninja

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

33

4-
# ocamlopt = ../vendor/ocaml/bin/ocamlopt.opt
5-
ocamlopt = ocamlopt.opt
6-
# we relies on its dynamic behavior for finding a proper ocamlopt
4+
ocamlopt = ../vendor/ocaml/bin/ocamlopt.opt
5+
# ocamlopt = ocamlopt.opt
6+
# In general, we relies on its dynamic behavior for finding a proper ocamlopt
7+
# for prebuilt, it seems better locked
78

89
ext = darwin
910
include body.ninja

0 commit comments

Comments
 (0)