mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
598d2e5f8a
* python2 msbuild * v db * fix single config / debug builds * v db
17 lines
384 B
JSON
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"
|
|
}
|
|
]
|
|
}
|