aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorddh <dianehosfelt@gmail.com>2017-01-11 12:07:36 +0000
committerAnthony Ramine <n.oxyde@gmail.com>2017-03-31 16:32:21 +0200
commite527c9a991c00a3d01fcf262b9fee0b5c948436e (patch)
tree75a909ab4048eb74174454d65758efbb6c63934e /python/servo/build_commands.py
parentf66cae3f96c1b9a835f2d33477593e083395f402 (diff)
downloadservo-e527c9a991c00a3d01fcf262b9fee0b5c948436e.tar.gz
servo-e527c9a991c00a3d01fcf262b9fee0b5c948436e.zip
Update Hyper and OpenSSL
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 5fbb7ba164d..a8cb0f9e4a9 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -321,7 +321,7 @@ class MachCommands(CommandBase):
call(["editbin", "/nologo", "/subsystem:windows", path.join(servo_exe_dir, "servo.exe")],
verbose=verbose)
# on msvc, we need to copy in some DLLs in to the servo.exe dir
- for ssl_lib in ["ssleay32md.dll", "libeay32md.dll"]:
+ for ssl_lib in ["libcryptoMD.dll", "libsslMD.dll"]:
shutil.copy(path.join(env['OPENSSL_LIB_DIR'], "../bin" + msvc_x64, ssl_lib),
servo_exe_dir)