mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-08 17:13:07 +00:00
chore: rln apply to publishing app.
This commit is contained in:
parent
c7e6bfe7ff
commit
403c7514d7
@ -34,5 +34,5 @@ task subscribe, "Run waku subscription service":
|
|||||||
ensureRln()
|
ensureRln()
|
||||||
exec "nim c --passL:build/librln.a --passL:-lm -r apps/waku_subscriber.nim"
|
exec "nim c --passL:build/librln.a --passL:-lm -r apps/waku_subscriber.nim"
|
||||||
|
|
||||||
task publish, "Run waku publishing service":
|
task publishing, "Run waku publishing service":
|
||||||
exec "nim c -r apps/waku_publisher.nim"
|
exec "nim c --passL:build/librln.a --passL:-lm -r apps/waku_publisher.nim"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user