Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linker flags to - prevent the dynamic linker from using an external SQLite for this library (`-Bsymbolic`) and - prevent the dynamic linker from using the internal SQLite for other libraries (`--exclude-libs ALL`). This fixes both signalapp/Signal-Desktop#4513 and signalapp/Signal-Desktop#5471 for us.
- Loading branch information