From e3dfd4a9fa25c05abcf166a1b3bb260b542ed598 Mon Sep 17 00:00:00 2001 From: xabbudm Date: Thu, 16 Jan 2020 22:56:28 +0100 Subject: [VCPKG] WinHTTPOption for company Proxy not correctly taken into account (#9372) * fixes to get vcpkg up and running when behind corporate proxy * clean up of code to check if HTTP_PROXY environment variable is set * fixed compiler errors for non win32 systems * [vcpkg] Simplify HTTPS_PROXY code for WinHTTP Co-authored-by: Robert Schumacher --- ports/python3/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/python3') diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake index 3a22d25b7..bbb5de173 100644 --- a/ports/python3/portfile.cmake +++ b/ports/python3/portfile.cmake @@ -19,7 +19,7 @@ vcpkg_from_github( ) if (VCPKG_TARGET_IS_WINDOWS) - set(SOURCE_PATH "${TEMP_SOURCE_PATH}-Lib-${VCPKG_LIBRARY_LINKAGE}-crt-${VCPKG_CRT_LINKAGE}") + set(SOURCE_PATH "${TEMP_SOURCE_PATH}-Lib-Win") file(REMOVE_RECURSE ${SOURCE_PATH}) file(RENAME "${TEMP_SOURCE_PATH}" ${SOURCE_PATH}) -- cgit v1.2.3