add -shared suffix extension to allow building newest e.g. zip.so

This commit is contained in:
henderkes
2025-10-02 16:20:00 +02:00
parent 3198cc40c1
commit 9a37534fd3
7 changed files with 59 additions and 4 deletions

View File

@@ -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",