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