Fixed ocaml compilation

This commit is contained in:
Anthony Scemama 2015-12-29 02:30:52 +01:00
parent 006731f327
commit 90361ba33e
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ fi
cd ${QMCCHEM_PATH}/ocaml || exit -1
exec ninja -f generated.ninja ${@}
ninja ${@} || exit -1

View File

@ -25,7 +25,7 @@ if [[ ${MD5} != ${REF} ]]
then
echo ${MD5} > ${LSMD5_FILE}
echo Finding dependencies in OCaml files
exec python ./ninja_ocaml.py
python ./ninja_ocaml.py || exit -1
fi