[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>
This commit is contained in:
Ankur Verma 2021-06-25 14:46:56 -07:00 committed by GitHub
parent 9172179c51
commit bb002cdd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View File

@ -172,7 +172,6 @@ else()
) )
vcpkg_install_make(ADD_BIN_TO_PATH INSTALL_TARGET altinstall) vcpkg_install_make(ADD_BIN_TO_PATH INSTALL_TARGET altinstall)
file(COPY "${CURRENT_PACKAGES_DIR}/bin/" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin")
file(COPY "${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}") file(COPY "${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}")
# Makefiles, c files, __pycache__, and other junk. # Makefiles, c files, __pycache__, and other junk.

View File

@ -1,6 +1,7 @@
{ {
"name": "python3", "name": "python3",
"version-string": "3.9.5", "version-string": "3.9.5",
"port-version": 1,
"description": "The Python programming language", "description": "The Python programming language",
"homepage": "https://github.com/python/cpython", "homepage": "https://github.com/python/cpython",
"supports": "!(arm | uwp)", "supports": "!(arm | uwp)",

View File

@ -5046,7 +5046,7 @@
}, },
"python3": { "python3": {
"baseline": "3.9.5", "baseline": "3.9.5",
"port-version": 0 "port-version": 1
}, },
"qca": { "qca": {
"baseline": "2.3.1", "baseline": "2.3.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "0c58aaaa7b980102912bbd8b13ba3ac227b37bd4",
"version-string": "3.9.5",
"port-version": 1
},
{ {
"git-tree": "16ae1dd8eb0498d1357af3155c565035ba9a3f39", "git-tree": "16ae1dd8eb0498d1357af3155c565035ba9a3f39",
"version-string": "3.9.5", "version-string": "3.9.5",