add windows support for dba-qdbm

This commit is contained in:
crazywhalecc
2024-04-12 15:32:26 +08:00
parent f6c42e0fbf
commit ee8416c0c6
7 changed files with 46 additions and 7 deletions

View File

@@ -529,6 +529,12 @@
"source": "qdbm",
"static-libs-unix": [
"libqdbm.a"
],
"static-libs-windows": [
"qdbm_a.lib"
],
"headers-windows": [
"depot.h"
]
},
"readline": {