From 375edaf1785e354732ba151f759959e02a0a2e39 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Thu, 18 Dec 2025 16:21:48 +0800 Subject: [PATCH] chore: fix path --- Makefile | 2 +- vendor/nwaku | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bc74ab5..8031c1e 100644 --- a/Makefile +++ b/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: diff --git a/vendor/nwaku b/vendor/nwaku index 41146a9..f05a033 160000 --- a/vendor/nwaku +++ b/vendor/nwaku @@ -1 +1 @@ -Subproject commit 41146a9193c1e360b9a0049d672260a72c4ca2bf +Subproject commit f05a0333432c6c15a964651e60dca9abe18e11a7