fix mongodb library dependency

This commit is contained in:
crazywhalecc
2023-06-27 00:59:10 +08:00
parent c49e6ba0a2
commit fdf36ad726
2 changed files with 8 additions and 10 deletions

View File

@@ -166,12 +166,11 @@
"type": "external",
"source": "mongodb",
"arg-type": "custom",
"lib-depends": [
"zstd"
],
"lib-suggests": [
"icu",
"openssl"
"openssl",
"zstd",
"zlib"
]
},
"mysqli": {