config sort

This commit is contained in:
Alexander Over
2025-01-29 08:27:14 +01:00
parent 30c5d38095
commit 0de89d238f
2 changed files with 23 additions and 23 deletions

View File

@@ -432,6 +432,19 @@
"type": "builtin",
"arg-type-unix": "custom"
},
"openssl": {
"notes": true,
"type": "builtin",
"arg-type": "custom",
"arg-type-windows": "with",
"lib-depends": [
"openssl",
"zlib"
],
"ext-depends": [
"zlib"
]
},
"opentelemetry": {
"notes": true,
"support": {
@@ -447,19 +460,6 @@
],
"type": "external"
},
"openssl": {
"notes": true,
"type": "builtin",
"arg-type": "custom",
"arg-type-windows": "with",
"lib-depends": [
"openssl",
"zlib"
],
"ext-depends": [
"zlib"
]
},
"parallel": {
"support": {
"BSD": "wip"