From 43948432998064342e9d691381291224724782d6 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 21 Apr 2026 22:20:53 +0100 Subject: [PATCH] fix: make update and wakunode2 build on arm64 after Nimble migration (#3814) Rebuild nat libs (miniupnpc, libnatpmp) for the host architecture during nimble deps setup. The prebuilt libs from the nimble cache are x86_64 and fail to link on arm64 (Apple Silicon). Co-authored-by: Claude Sonnet 4.6 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7ba417527..be9e14027 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ $(NIMBLEDEPS_STAMP): nimble.lock | waku.nims nimble setup --localdeps $(MAKE) build-nph $(MAKE) rebuild-bearssl-nimbledeps + $(MAKE) rebuild-nat-libs-nimbledeps touch $@ update: