mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
[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:
parent
9172179c51
commit
bb002cdd1a
@ -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.
|
||||||
|
@ -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)",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user