mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 19:05:35 +08:00
split requirements into unix and windows
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user