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
Raw Normal View History

2019-01-09 11:31:59 +01:00
# Configuration for the OCaml compiler
2019-01-08 23:48:59 +01:00
if [[ -z $OPAMROOT ]]
then
# Comment these lines if you have a system-wide OCaml installation
2019-01-09 01:09:59 +01:00
export OPAMROOT=${QP_ROOT}/external/opam
2019-01-08 23:48:59 +01:00
fi
2019-01-09 01:09:59 +01:00
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
2019-01-08 23:48:59 +01:00