From a65817ce3fe79202df3ac20e0134067fc11601c9 Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Wed, 14 Oct 2020 08:31:37 +0200 Subject: [PATCH] fix make_ninja --- src/make_ninja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make_ninja.py b/src/make_ninja.py index 7401973..3c0305d 100755 --- a/src/make_ninja.py +++ b/src/make_ninja.py @@ -122,7 +122,7 @@ build $LDIR/libxc.a $LDIR/libxcf90.a $IDIR/xc.h $IDIR/xc_funcs_removed.h $IDIR/x build_qcaml = """ rule install_qcaml - command = cd $QUACK_ROOT/qcaml-tools ; ./install-qcaml.sh + command = cd $QUACK_ROOT/qcaml-tools ; ./install_qcaml.sh pool = console description = Installing QCaml