mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-27 11:23:07 +00:00
fix nph build and check
This commit is contained in:
parent
50538867b4
commit
29b00f1ced
4
Makefile
4
Makefile
@ -17,7 +17,7 @@ endif
|
||||
|
||||
# NIM binary location
|
||||
NIM_BINARY := $(shell which nim)
|
||||
NPH := $(shell dirname $(NIM_BINARY))/nph
|
||||
NPH := $(CURDIR)/nimbledeps/bin/nph
|
||||
|
||||
# Compilation parameters
|
||||
NIM_PARAMS ?=
|
||||
@ -267,7 +267,7 @@ networkmonitor: | build deps librln
|
||||
build-nph: | build deps
|
||||
nimble install nph@0.7.0 -y
|
||||
echo "Check if nph utility is available:"
|
||||
command -v nph
|
||||
PATH="$(CURDIR)/nimbledeps/bin:$$PATH" command -v nph
|
||||
|
||||
GIT_PRE_COMMIT_HOOK := .git/hooks/pre-commit
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user