mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-01 03:29:31 +00:00
move zerokit submodule init when building RLN
This commit is contained in:
parent
2dcdd3a081
commit
4db1c6d023
2
Makefile
2
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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user