From f245d869b9a174c7383daffe13ed61d7f5f1f5f0 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:46:09 +0200 Subject: [PATCH] Update waku.nimble Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index db8f7bd4a..83caa833d 100644 --- a/waku.nimble +++ b/waku.nimble @@ -156,7 +156,7 @@ proc buildLibStaticMac(libName: string, folderName: string) = {.error: "Unsupported macOS architecture".} buildLibrary libName & ".a", folderName, archFlags & " -d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE", - "static" + "static", libName & ".nim", libname ### Mobile Android