diff options
| author | xabbudm <dmuhle@gmail.com> | 2020-01-16 22:56:28 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-16 13:56:28 -0800 |
| commit | e3dfd4a9fa25c05abcf166a1b3bb260b542ed598 (patch) | |
| tree | 8a0e39bc9691971d35c63f4fbc82029fc1b22fc9 /ports/python3 | |
| parent | 102179f8793f90e5a24a30c5e7364008d5865ec8 (diff) | |
| download | vcpkg-e3dfd4a9fa25c05abcf166a1b3bb260b542ed598.tar.gz vcpkg-e3dfd4a9fa25c05abcf166a1b3bb260b542ed598.zip | |
[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 <roschuma@microsoft.com>
Diffstat (limited to 'ports/python3')
| -rw-r--r-- | ports/python3/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |
