mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
ninja: fix mistake in setup-hook
This commit is contained in:
parent
955fd85829
commit
9433a3882b
@ -56,7 +56,7 @@ ninjaCheckPhase() {
|
||||
fi
|
||||
|
||||
if [ -z "${checkTarget:-}" ]; then
|
||||
echo "no check/test target in ${makefile:-Makefile}, doing nothing"
|
||||
echo "no test target found in ninja, doing nothing"
|
||||
else
|
||||
local buildCores=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user