mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
The new version of BoringSSL requires a C++ library: - Android: libc++ is linked statically, like WebRTC does - Swift: libstdc++ is linked on Linux (and libz is dropped everywhere) - Everywhere else: the system C++ library will be linked dynamically And makes SSE2 a requirement for 32-bit Linux, matching 32-bit Android.