10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 03:51:01 +02:00
quantum_package/etc/ocaml.rc

13 lines
256 B
Plaintext

# Configuration for the OCaml compiler
if [[ -z $OPAMROOT ]]
then
# Comment these lines if you have a system-wide OCaml installation
export OPAMROOT=${QP_ROOT}/external/opam
fi
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true