aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 540c0f1601b..aafaa815af1 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -83,7 +83,7 @@ class MachCommands(CommandBase):
status = subprocess.call(
["make", "-j4", "-f", "openssl.makefile"],
env=self.build_env())
- env['OPENSSL_PATH'] = path.join(self.android_support_dir(), "openssl-1.0.1j")
+ env['OPENSSL_PATH'] = path.join(self.android_support_dir(), "openssl-1.0.1k")
status = subprocess.call(
["cargo", "build"] + opts,