mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-30 15:32:22 +08:00
Disable winsqlite3 on 32 bit targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user