mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-17 22:05:35 +08:00
add -shared suffix extension to allow building newest e.g. zip.so
This commit is contained in:
@@ -1171,6 +1171,27 @@
|
||||
"xz"
|
||||
]
|
||||
},
|
||||
"zip-shared": {
|
||||
"support": {
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "external",
|
||||
"source": "ext-zip",
|
||||
"arg-type": "enable",
|
||||
"lib-depends-unix": [
|
||||
"libzip"
|
||||
],
|
||||
"ext-depends-windows": [
|
||||
"zlib",
|
||||
"bz2"
|
||||
],
|
||||
"lib-depends-windows": [
|
||||
"libzip",
|
||||
"zlib",
|
||||
"bzip2",
|
||||
"xz"
|
||||
]
|
||||
},
|
||||
"zlib": {
|
||||
"type": "builtin",
|
||||
"arg-type": "custom",
|
||||
|
||||
Reference in New Issue
Block a user