mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-15 04:33:08 +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"; \
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user