Skip to content

Commit 8b3968e

Browse files
committed
Add compatibility for new location of unix
1 parent 28252e8 commit 8b3968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
libs="unix.cma"
44

5-
OCAMLC="ocamlc -g"
5+
OCAMLC="ocamlc -g -I +unix"
66
OCAMLVER=$($OCAMLC -version)
77
echo "$OCAMLVER"
88

0 commit comments

Comments
 (0)