mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-21 07:23:09 +00:00
chore: fix path
This commit is contained in:
parent
af31ebdca0
commit
375edaf178
2
Makefile
2
Makefile
@ -77,7 +77,7 @@ endif
|
||||
build-waku-librln:
|
||||
@echo "Start building waku librln"
|
||||
$(MAKE) -C vendor/nwaku librln
|
||||
$(eval NIM_PARAMS += --passL:$(LIBRLN_FILE) --passL:-lm)
|
||||
$(eval NIM_PARAMS += --passL:./vendor/nwaku/$(LIBRLN_FILE) --passL:-lm)
|
||||
@echo "Completed building librln"
|
||||
|
||||
build-waku-nat:
|
||||
|
||||
2
vendor/nwaku
vendored
2
vendor/nwaku
vendored
@ -1 +1 @@
|
||||
Subproject commit 41146a9193c1e360b9a0049d672260a72c4ca2bf
|
||||
Subproject commit f05a0333432c6c15a964651e60dca9abe18e11a7
|
||||
Loading…
x
Reference in New Issue
Block a user