sqlite: Fix build on Windows with MSVC
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 13 Jul 2020 12:08:48 +0000 (17:38 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 13 Jul 2020 12:08:48 +0000 (17:38 +0530)
commit856239a7a7380e52ba7ff327d6ff873e9e21c0bb
tree321cd637493c5984f937c3bca76b89a0365203a9
parent80976dea2c5f90081fa37db9316fe2594814efd9
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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/174>
subprojects/sqlite.wrap