From 7d68357ce860a23fe5a5fb1ffedf5602d614c96a Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:44:42 +0200 Subject: [PATCH] Update waku.nimble fix .nim path 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 a3f0dc1c6..0471b61e7 100644 --- a/waku.nimble +++ b/waku.nimble @@ -139,7 +139,7 @@ proc buildLibDynamicMac(libName: string, folderName: string) = proc buildLibStaticWindows(libName: string, folderName: string) = buildLibrary libName & ".lib", folderName, """-d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE """, - "static" + "static", libName & ".nim", libname proc buildLibStaticLinux(libName: string, folderName: string) = buildLibrary libName & ".a", folderName,