Update library references

This commit is contained in:
Jazz Turner-Baggs 2026-01-26 17:15:09 -08:00
parent 3205c71281
commit 5525f2fb33
3 changed files with 1 additions and 1 deletions

View File

@ -77,5 +77,5 @@ task pingpong, "Build the Pingpong example":
buildBinary name, "examples/", "-d:chronicles_log_level='INFO' -d:chronicles_disabled_topics='waku node' "
task liblogoschat, "Build the Chat SDK shared library (C bindings)":
buildLibrary "chat", "library/",
buildLibrary "logoschat", "library/",
"-d:chronicles_log_level='INFO' -d:chronicles_enabled=on --path:src --path:vendor/nim-ffi"