Skip to content

Commit 9fdb017

Browse files
committed
We do not need to copy a tool that's already at the proper location
1 parent ce84ebd commit 9fdb017

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ports/py-wheel/portfile.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}" OPTIONS -x)
1010

1111
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
1212

13-
if(NOT VCPKG_TARGET_IS_WINDOWS)
14-
vcpkg_copy_tools(TOOL_NAMES wheel DESTINATION "${CURRENT_PACKAGES_DIR}/tools/python3" AUTO_CLEAN)
15-
endif()
16-
1713
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

ports/py-wheel/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "py-wheel",
33
"version": "0.41.3",
4+
"port-version": ,
45
"description": "The official binary distribution format for Python",
56
"homepage": "https://github.com/pypa/wheel",
67
"license": "MIT",

0 commit comments

Comments
 (0)