mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
The bundled-sqlcipher feature relied on a system OpenSSL for SQLCipher's crypto — fine on macOS/Linux, but absent on Windows, where the release build failed at libsqlite3-sys. Switch to bundled-sqlcipher-vendored-openssl: OpenSSL is built from source, so the build is self-contained and identical across all three OSes (and the AUR package needs no system OpenSSL). Caught by the multi-OS release dispatch.