mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Fix library base, fix brotli and curl libs, trigger extension test
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user