aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/portfile.cmake
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-07-03 09:59:02 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:59:02 -0700
commit1459dbfa51d5147b41182cb84cca94166a517925 (patch)
treef02b8a895668186e85c20f00c85e6babaee1ad24 /ports/python3/portfile.cmake
parent67d6200cdb9ebdb56c1940f8ac4f91362b6e5c66 (diff)
downloadvcpkg-1459dbfa51d5147b41182cb84cca94166a517925.tar.gz
vcpkg-1459dbfa51d5147b41182cb84cca94166a517925.zip
Fix for python3 compile, fixes issue 3715 (#3827)
* Fix for python3 compile, fixes issue 3715 * [python3] Use PATCHES of vcpkg_from_github
Diffstat (limited to 'ports/python3/portfile.cmake')
-rw-r--r--ports/python3/portfile.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake
index 16b3a3db3..576a35e8a 100644
--- a/ports/python3/portfile.cmake
+++ b/ports/python3/portfile.cmake
@@ -16,12 +16,9 @@ vcpkg_from_github(
REF v${PYTHON_VERSION}
SHA512 32cca5e344ee66f08712ab5533e5518f724f978ec98d985f7612d0bd8d7f5cac25625363c9eead192faf1806d4ea3393515f72ba962a2a0bed26261e56d8c637
HEAD_REF master
-)
-
-vcpkg_apply_patches(
- SOURCE_PATH ${TEMP_SOURCE_PATH}
PATCHES
${CMAKE_CURRENT_LIST_DIR}/0004-Fix-iomodule-for-RS4-SDK.patch
+ ${CMAKE_CURRENT_LIST_DIR}/0005-Fix-DefaultWindowsSDKVersion.patch
)
# We need per-triplet directories because we need to patch the project files differently based on the linkage