mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-11 06:13:16 +00:00
fix in Makefile to install nph globally
This commit is contained in:
parent
b4f87f1f8d
commit
d35f44d156
2
Makefile
2
Makefile
@ -298,7 +298,7 @@ ifneq ($(detected_OS),Windows)
|
|||||||
echo "nph already installed, skipping"; \
|
echo "nph already installed, skipping"; \
|
||||||
else \
|
else \
|
||||||
echo "Installing nph globally"; \
|
echo "Installing nph globally"; \
|
||||||
nimble install nph@0.7.0 --accept -g; \
|
(cd /tmp && nimble install nph@0.7.0 --accept -g); \
|
||||||
fi
|
fi
|
||||||
echo "Check if nph utility is available"
|
echo "Check if nph utility is available"
|
||||||
PATH="$(CURDIR)/nimbledeps/bin:$$PATH" command -v nph
|
PATH="$(CURDIR)/nimbledeps/bin:$$PATH" command -v nph
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user