mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
Update waku.nimble
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
This commit is contained in:
parent
3df7cac800
commit
77ec11cf68
@ -117,7 +117,7 @@ proc buildLibrary(lib_name: string, srcDir = "./", params = "", `type` = "static
|
||||
proc buildLibDynamicWindows(libName: string, folderName: string) =
|
||||
buildLibrary libName & ".dll", folderName,
|
||||
"""-d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE """,
|
||||
"dynamic"
|
||||
"dynamic", libName & ".nim", libname
|
||||
|
||||
proc buildLibDynamicLinux(libName: string, folderName: string) =
|
||||
buildLibrary libName & ".so", folderName,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user