diff options
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 853c879d9af..b20a8403427 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -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") |