Fix macOS lib-depends

This commit is contained in:
crazywhalecc 2025-09-09 19:31:40 +08:00 committed by Jerry Ma
parent 953ed83df5
commit 8dd0512335

View File

@ -5,21 +5,23 @@
"php": {
"type": "root",
"source": "php-src",
"lib-depends": [
"lib-depends-linux": [
"lib-base",
"micro"
],
"lib-depends-macos": [
"lib-base",
"micro",
"libxml2"
],
"lib-suggests-linux": [
"libacl",
"brotli",
"watcher"
],
"lib-suggests-unix": [
"lib-suggests-macos": [
"brotli",
"watcher"
],
"lib-depends-macos": [
"libxml2"
]
},
"micro": {