mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-09 09:23:14 +00:00
deploy: 7d32fe3005f3885c9b93585cb6792644dd6b727b
This commit is contained in:
parent
a04ebd6fa1
commit
41973ce459
2
Makefile
2
Makefile
@ -108,7 +108,7 @@ endif
|
||||
NIM_PARAMS := $(NIM_PARAMS) -d:discv5_protocol_id:d5waku
|
||||
|
||||
# git version for JSON RPC call
|
||||
GIT_VERSION := "$(shell git describe --abbrev=6 --always --tags)"
|
||||
GIT_VERSION ?= $(shell git describe --abbrev=6 --always --tags)
|
||||
NIM_PARAMS := $(NIM_PARAMS) -d:git_version:\"$(GIT_VERSION)\"
|
||||
|
||||
deps: | deps-common nat-libs waku.nims rlnlib rlnzerokitlib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user