Add sqlite support for Windows (#350)

* add sqlite support

* cs fix
This commit is contained in:
Jerry Ma
2024-02-23 11:14:51 +08:00
committed by GitHub
parent f498250001
commit 4ab7b6bfdc
5 changed files with 96 additions and 2 deletions

View File

@@ -397,6 +397,7 @@
"sqlite3": {
"type": "builtin",
"arg-type": "with-prefix",
"arg-type-windows": "with",
"lib-depends": [
"sqlite"
]