Fixed install_ocaml.sh

This commit is contained in:
Anthony Scemama 2016-12-02 12:47:25 +01:00
parent 366b0b66c2
commit 8ac3771c64
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PACKAGES="core cryptokit zarith ocamlfind sexplib ZMQ"
#ppx_sexp_conv
# Needed for ZeroMQ
export C_INCLUDE_PATH="${QP_ROOT}"/lib:"${C_INCLUDE_PATH}"
export C_INCLUDE_PATH="${QP_ROOT}"/include:"${C_INCLUDE_PATH}"
export LIBRARY_PATH="${QP_ROOT}"/lib:"${LIBRARY_PATH}"
export LD_LIBRARY_PATH="${QP_ROOT}"/lib:"${LD_LIBRARY_PATH}"