10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Fixed ninja

This commit is contained in:
Anthony Scemama 2019-01-15 23:56:00 +01:00
parent 5b5b0990e1
commit be22be77cb

View File

@ -4,7 +4,7 @@ export NINJA=${QP_ROOT}/bin/ninja
function ninja () {
if [[ -f ${QP_ROOT}/build.ninja ]] ; then
exec ninja "$@"
${QP_ROOT}/bin/ninja "$@"
else
>&2 echo "Error: build.ninja does not exists.
You need to run ./configure first."