diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-12-06 16:17:58 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-12-06 16:17:58 -0800 |
| commit | ed2994a5e930b27fd5dbe121b35fe0abba428376 (patch) | |
| tree | aaac10e3eb0da4d67407480991282482d4607542 | |
| parent | db4dc6d1ce8f8cf455bb908560c34a58465cd85a (diff) | |
| download | vcpkg-ed2994a5e930b27fd5dbe121b35fe0abba428376.tar.gz vcpkg-ed2994a5e930b27fd5dbe121b35fe0abba428376.zip | |
[openssl] Fix source path for new archive.
| -rw-r--r-- | ports/openssl/portfile-uwp.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openssl/portfile-uwp.cmake b/ports/openssl/portfile-uwp.cmake index d78b29bc4..f4a0a716b 100644 --- a/ports/openssl/portfile-uwp.cmake +++ b/ports/openssl/portfile-uwp.cmake @@ -26,7 +26,7 @@ endif() include(vcpkg_common_functions) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/openssl-OpenSSL_1_0_2_WinRT-stable) +set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/openssl-OpenSSL_1_0_2j_WinRT) vcpkg_find_acquire_program(PERL) get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY) |
