ninja: fix mistake in setup-hook
This commit is contained in:
parent
955fd85829
commit
9433a3882b
@ -56,7 +56,7 @@ ninjaCheckPhase() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${checkTarget:-}" ]; then
|
if [ -z "${checkTarget:-}" ]; then
|
||||||
echo "no check/test target in ${makefile:-Makefile}, doing nothing"
|
echo "no test target found in ninja, doing nothing"
|
||||||
else
|
else
|
||||||
local buildCores=1
|
local buildCores=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user