Fixed ninja

This commit is contained in:
Anthony Scemama 2019-01-15 23:56:00 +01:00
parent 5b5b0990e1
commit be22be77cb
1 changed files with 1 additions and 1 deletions

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."