diff --git a/vcpkg.json b/vcpkg.json index 882abac2cd5..2500190574d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -39,7 +39,10 @@ "wallet": { "description": "Enable wallet (SQLite)", "dependencies": [ - "sqlite3" + { + "name": "sqlite3", + "default-features": false + } ] }, "zeromq": {