We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2eb3c commit 5fee51bCopy full SHA for 5fee51b
bootstrap
@@ -1,11 +1,11 @@
1
#!/usr/bin/env bash
2
3
libs="unix.cmxa"
4
-OCAMLOPT="ocamlopt -g"
+OCAMLOPT="ocamlopt -g -I +unix"
5
# use faster ocamlopt, if available
6
OCAMLOPT_OPT=`which ocamlopt.opt`
7
if [[ $OCAMLOPT_OPT != "" ]] ; then
8
- OCAMLOPT="ocamlopt.opt -g"
+ OCAMLOPT="ocamlopt.opt -g -I +unix"
9
fi
10
OCAMLVER=`$OCAMLOPT -vnum`
11
echo $OCAMLVER
0 commit comments