Disable winsqlite3 on 32 bit targets

This commit is contained in:
Thom Chiovoloni
2022-04-02 11:42:28 -07:00
parent 3f6570f8bf
commit f8b9ad8907
3 changed files with 10 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ bundled-windows = ["libsqlite3-sys/bundled-windows"]
with-asan = ["libsqlite3-sys/with-asan"]
column_decltype = []
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
# Note: doesn't support 32-bit.
winsqlite3 = ["libsqlite3-sys/winsqlite3"]
# Helper feature for enabling most non-build-related optional features