rework configure args

This commit is contained in:
DubbleClick
2025-05-21 13:19:51 +07:00
parent 95a2f4600b
commit 495e868a71
14 changed files with 24 additions and 33 deletions

View File

@@ -79,6 +79,9 @@
"xml"
],
"shared-ext-depends": [
"libxml",
"xmlreader",
"xmlwriter",
"xml"
]
},
@@ -413,22 +416,22 @@
},
"mysqli": {
"type": "builtin",
"target": [
"static"
],
"arg-type": "with",
"ext-depends": [
"mysqlnd"
],
"target": [
"static"
]
},
"mysqlnd": {
"type": "builtin",
"target": [
"static"
],
"arg-type-windows": "with",
"lib-depends": [
"zlib"
],
"target": [
"static"
]
},
"oci8": {