mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-23 15:23:12 +00:00
adapt Makefile to install nph v0.7.0 through nimble
This commit is contained in:
parent
cd8c3f3116
commit
72c24ec556
7
Makefile
7
Makefile
@ -256,12 +256,9 @@ networkmonitor: | build librln
|
||||
.PHONY: build-nph install-nph clean-nph print-nph-path
|
||||
|
||||
build-nph: | build deps
|
||||
ifeq ("$(wildcard $(NPH))","")
|
||||
nimble install nph -y
|
||||
nimble install nph@0.7.0 -y
|
||||
cp ./nimbledeps/bin/nph ~/.nimble/bin/
|
||||
echo "nph utility is available"
|
||||
else
|
||||
echo "nph utility already exists at " $(NPH)
|
||||
endif
|
||||
|
||||
GIT_PRE_COMMIT_HOOK := .git/hooks/pre-commit
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user