static-php-cli/config/pkg.target.json

22 lines
429 B
JSON
Raw Normal View History

2025-11-30 15:35:04 +08:00
{
2025-12-18 15:32:50 +08:00
"nasm": {
"type": "target",
"artifact": "nasm"
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"php-sdk-binary-tools": {
"type": "target",
"artifact": "php-sdk-binary-tools"
2025-11-30 15:35:04 +08:00
},
"strawberry-perl": {
"type": "target",
"artifact": "strawberry-perl"
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"vswhere": {
"type": "target",
2025-12-18 15:32:50 +08:00
"artifact": "vswhere",
"static-bins@windows": [
"vswhere.exe"
]
2025-11-30 15:35:04 +08:00
}
}