Skip to content

Commit 8dd0512

Browse files
committed
Fix macOS lib-depends
1 parent 953ed83 commit 8dd0512

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

config/lib.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@
55
"php": {
66
"type": "root",
77
"source": "php-src",
8-
"lib-depends": [
8+
"lib-depends-linux": [
99
"lib-base",
1010
"micro"
1111
],
12+
"lib-depends-macos": [
13+
"lib-base",
14+
"micro",
15+
"libxml2"
16+
],
1217
"lib-suggests-linux": [
1318
"libacl",
1419
"brotli",
1520
"watcher"
1621
],
17-
"lib-suggests-unix": [
22+
"lib-suggests-macos": [
1823
"brotli",
1924
"watcher"
20-
],
21-
"lib-depends-macos": [
22-
"libxml2"
2325
]
2426
},
2527
"micro": {

0 commit comments

Comments
 (0)