mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
chore: use rln 0.9.0
This commit is contained in:
parent
47550b9104
commit
198d0f0466
2
Makefile
2
Makefile
@ -64,7 +64,7 @@ NIM_PARAMS := $(NIM_PARAMS) -d:git_version=\"$(GIT_VERSION)\"
|
||||
build-waku-librln:
|
||||
@echo "Start building waku librln"
|
||||
$(MAKE) -C vendor/nwaku librln
|
||||
$(eval NIM_PARAMS += --passL:./vendor/nwaku/librln_v0.7.0.a --passL:-lm)
|
||||
$(eval NIM_PARAMS += --passL:./vendor/nwaku/librln_v0.9.0.a --passL:-lm)
|
||||
@echo "Completed building librln"
|
||||
|
||||
build-waku-nat:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user