Use correct OpenSSL arch in UWP builds.

This commit is contained in:
Josh Matthews 2019-10-03 00:52:27 -04:00 committed by GitHub
parent f54c15bc48
commit 6535899d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -642,7 +642,7 @@ install them, let us know by filing a bug!")
target_arch = vcpkg_arch[arch]
if uwp:
target_arch += "-uwp"
openssl_base_dir = path.join(self.msvc_package_dir("openssl"), vcpkg_arch[arch])
openssl_base_dir = path.join(self.msvc_package_dir("openssl"), target_arch)
# Link openssl
env["OPENSSL_INCLUDE_DIR"] = path.join(openssl_base_dir, "include")