Skip to content

sqlite: Fix build on Windows with MSVC

We need to use the latest sqlite wrap version which fixes a bug where symbols weren't getting exported and the import library couldn't be created, so libsoup couldn't find sqlite.

Merge request reports