fix in Makefile to install nph globally

This commit is contained in:
Ivan FB 2026-04-03 23:27:00 +02:00
parent b4f87f1f8d
commit d35f44d156
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -298,7 +298,7 @@ ifneq ($(detected_OS),Windows)
echo "nph already installed, skipping"; \
else \
echo "Installing nph globally"; \
nimble install nph@0.7.0 --accept -g; \
(cd /tmp && nimble install nph@0.7.0 --accept -g); \
fi
echo "Check if nph utility is available"
PATH="$(CURDIR)/nimbledeps/bin:$$PATH" command -v nph