vcpkg/ports/python2/vcpkg.json
Alexander Neumann 598d2e5f8a
[Python2] msbuild (#33159)
* python2 msbuild

* v db

* fix single config / debug builds

* v db
2023-08-16 12:58:56 -07:00

17 lines
384 B
JSON

{
"name": "python2",
"version": "2.7.18",
"port-version": 7,
"description": "The Python programming language as an embeddable library",
"homepage": "https://www.python.org",
"license": "Python-2.0",
"supports": "!(arm & osx) & !(arm & windows) & !uwp",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}