avoid rebuild nat deps twice

This commit is contained in:
Ivan FB 2026-04-04 18:33:04 +02:00
parent 78a6341915
commit 9341432b80
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -69,7 +69,6 @@ waku.nims:
$(NIMBLEDEPS_STAMP): nimble.lock | waku.nims
nimble setup --localdeps
$(MAKE) build-nph
$(MAKE) rebuild-nat-libs-nimbledeps
$(MAKE) rebuild-bearssl-nimbledeps
touch $@