Fix library base, fix brotli and curl libs, trigger extension test

This commit is contained in:
crazywhalecc
2025-07-22 21:54:27 +08:00
parent 6dd4406782
commit f2ccabf062
3 changed files with 10 additions and 30 deletions

View File

@@ -35,10 +35,10 @@
},
"brotli": {
"source": "brotli",
"static-libs-unix": [
"libbrotlicommon.a",
"libbrotlidec.a",
"libbrotlienc.a"
"pkg-configs": [
"libbrotlicommon",
"libbrotlidec",
"libbrotlienc"
],
"static-libs-windows": [
"brotlicommon.lib",