fix: typo

This commit is contained in:
pablo 2026-02-22 09:02:41 +02:00
parent e694d17718
commit 05eab7c779
No known key found for this signature in database
GPG Key ID: 78F35FCC60FDC63A

View File

@ -82,7 +82,7 @@ task liblogoschat, "Build the Logos-Chat shared library (C bindings)":
# Cannot static link because of duplicate symbols: both liblibchat.a and librln embed Rust's std
var linkFlags = ""
when defined(linux):
staticLinkFlags = " -d:CONVERSATIONS_LIB:liblibchat.so" &
linkFlags = " -d:CONVERSATIONS_LIB:liblibchat.so" &
" --passL:-Wl,-rpath,'$$ORIGIN'"
elif defined(macosx):
linkFlags = " -d:CONVERSATIONS_LIB:@rpath/liblibchat.dylib" &