From 4db1c6d0237b94e39c01bae05b1a07e0cde7cae4 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 23:03:17 +0200 Subject: [PATCH] move zerokit submodule init when building RLN --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6b38febb..45fd4a8b1 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,6 @@ waku.nims: ln -s waku.nimble $@ $(NIMBLEDEPS_STAMP): nimble.lock | waku.nims - git submodule update --init vendor/zerokit nimble setup --localdeps $(MAKE) build-nph $(MAKE) rebuild-nat-libs-nimbledeps @@ -189,6 +188,7 @@ LIBRLN_FILE ?= librln_$(LIBRLN_VERSION).a endif $(LIBRLN_FILE): + git submodule update --init vendor/zerokit echo -e $(BUILD_MSG) "$@" && \ bash scripts/build_rln.sh $(LIBRLN_BUILDDIR) $(LIBRLN_VERSION) $(LIBRLN_FILE)