mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-22 04:13:31 +01:00
Fixed ocaml compilation
This commit is contained in:
parent
006731f327
commit
90361ba33e
@ -8,4 +8,4 @@ fi
|
||||
|
||||
cd ${QMCCHEM_PATH}/ocaml || exit -1
|
||||
|
||||
exec ninja -f generated.ninja ${@}
|
||||
ninja ${@} || exit -1
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user