Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encapsulate the internal SQLite (#684)
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 is just a (conflict-free) cherry-pick of a Signal-specific fix in signalapp/better-sqlite3#3 that seems OK to upstream further.
- Loading branch information