From 95b7da8445d0a688ca7275334a2da2eabdd2a7d0 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:45:36 +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 343a27658..db8f7bd4a 100644 --- a/waku.nimble +++ b/waku.nimble @@ -144,7 +144,7 @@ proc buildLibStaticWindows(libName: string, folderName: string) = proc buildLibStaticLinux(libName: string, folderName: string) = buildLibrary libName & ".a", folderName, """-d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE """, - "static" + "static", libName & ".nim", libname proc buildLibStaticMac(libName: string, folderName: string) = let sdkPath = staticExec("xcrun --show-sdk-path").strip()