Using OCaml 4.02.3

This commit is contained in:
Anthony Scemama 2017-08-18 13:46:40 +02:00
parent 9c19b63f6a
commit 3f08cc93a2
1 changed files with 1 additions and 2 deletions

View File

@ -64,9 +64,8 @@ fi
cd Downloads || exit 1
chmod +x ocaml.sh || exit 1
echo N | ./ocaml.sh ${QP_ROOT}/bin/ || exit 1
echo N | ./ocaml.sh ${QP_ROOT}/bin/ 4.02.3 || exit 1
${QP_ROOT}/bin/opam switch 4.02.1 || exit 1
${QP_ROOT}/bin/opam config setup -a -q || exit 1
export LD_LIBRARY_PATH=${QP_ROOT}/lib:${LD_LIBRARY_PATH}