mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
Update waku.nimble fix path build dynamic linux
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
This commit is contained in:
parent
48178a56d9
commit
37d9aa126a
@ -122,7 +122,7 @@ proc buildLibDynamicWindows(libName: string, folderName: string) =
|
||||
proc buildLibDynamicLinux(libName: string, folderName: string) =
|
||||
buildLibrary libName & ".so", folderName,
|
||||
"""-d:chronicles_line_numbers --warning:Deprecated:off --warning:UnusedImport:on -d:chronicles_log_level=TRACE """,
|
||||
"dynamic"
|
||||
"dynamic", libName & ".nim", libname
|
||||
|
||||
proc buildLibDynamicMac(libName: string, folderName: string) =
|
||||
let sdkPath = staticExec("xcrun --show-sdk-path").strip()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user