Loading
mautrix-signal: fix build with goolm enabled
When building with goolm support, libstdc++ must be linked, as
libsignal-ffi depends on it being linked.
When building with (deprecated) libolm, it's pulled in transitively, it
seems -- and it that case, this is effectively a no-op.
Signed-off-by:
Christoph Heiss <christoph@c8h4.io>