From bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e Mon Sep 17 00:00:00 2001 From: Ankur Verma <31362771+ankurverma85@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:46:56 -0700 Subject: [python3] Fix python3:x64-linux builds (#18405) * Fix build * Update vcpkg.json * Fix build Co-authored-by: Ankur Verma Co-authored-by: Ankur Verma --- ports/python3/portfile.cmake | 1 - ports/python3/vcpkg.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/python3') diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake index 3130bbfee..4ee2b825d 100644 --- a/ports/python3/portfile.cmake +++ b/ports/python3/portfile.cmake @@ -172,7 +172,6 @@ else() ) 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}") # Makefiles, c files, __pycache__, and other junk. 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)", -- cgit v1.2.3