mirror of
https://github.com/servo/servo.git
synced 2025-07-18 21:03:45 +01:00
Use correct OpenSSL arch in UWP builds.
This commit is contained in:
parent
f54c15bc48
commit
6535899d54
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue