diff options
| author | Ankur Verma <31362771+ankurverma85@users.noreply.github.com> | 2021-06-25 14:46:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 14:46:56 -0700 |
| commit | bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e (patch) | |
| tree | 6ee143864638358472073fa04b49037895e90b42 /ports/python3/vcpkg.json | |
| parent | 9172179c513aa84308e48b8dd0e3df90acec7204 (diff) | |
| download | vcpkg-bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e.tar.gz vcpkg-bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e.zip | |
[python3] Fix python3:x64-linux builds (#18405)
* Fix build
* Update vcpkg.json
* Fix build
Co-authored-by: Ankur Verma <ankurv@microsoft.com>
Co-authored-by: Ankur Verma <ankurv@nuc.hogwarts>
Diffstat (limited to 'ports/python3/vcpkg.json')
| -rw-r--r-- | ports/python3/vcpkg.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json index 4694d7fed..2f562e6c6 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,6 +1,7 @@ { "name": "python3", "version-string": "3.9.5", + "port-version": 1, "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", |
