mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
split requirements into unix and windows
This commit is contained in:
parent
bed40c3d05
commit
53f82d286c
@ -8,12 +8,14 @@
|
||||
"php": {
|
||||
"type": "root",
|
||||
"source": "php-src",
|
||||
"lib-depends": [
|
||||
"lib-depends-windows": [
|
||||
"micro",
|
||||
"lib-base"
|
||||
],
|
||||
"lib-depends-unix": [
|
||||
"libacl"
|
||||
"libacl",
|
||||
"micro",
|
||||
"lib-base"
|
||||
]
|
||||
},
|
||||
"micro": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user