mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-02-27 20:33:07 +00:00
fix: typo
This commit is contained in:
parent
e694d17718
commit
05eab7c779
@ -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" &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user