aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/portfile.cmake
diff options
context:
space:
mode:
authorAnkur Verma <31362771+ankurverma85@users.noreply.github.com>2021-06-25 14:46:56 -0700
committerGitHub <noreply@github.com>2021-06-25 14:46:56 -0700
commitbb002cdd1a2c9eacbe60d8383fb5d437752b1e4e (patch)
tree6ee143864638358472073fa04b49037895e90b42 /ports/python3/portfile.cmake
parent9172179c513aa84308e48b8dd0e3df90acec7204 (diff)
downloadvcpkg-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/portfile.cmake')
-rw-r--r--ports/python3/portfile.cmake1
1 files changed, 0 insertions, 1 deletions
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.