mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
Update waku.nimble fix .nim path
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
This commit is contained in:
parent
37d9aa126a
commit
7d68357ce8
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user