mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
- add a python-win tool package that unzips the official python.org nuget package into the pkgroot (venv and ensurepip included) - meson uses it to build its venv and only falls back to a system python, so no manual environment setup is needed
9 lines
133 B
YAML
9 lines
133 B
YAML
python-win:
|
|
type: tool
|
|
artifact:
|
|
binary: custom
|
|
tool:
|
|
provides:
|
|
- python.exe
|
|
binary-subdir: python-win/tools
|