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 53354f3d73a..2ceecdfa53e 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -600,7 +600,7 @@ class MachCommands(CommandBase):
print("WARNING: could not find " + lib)
if not uwp:
- package_generated_shared_libraries(["libEGL.dll"], build_path, servo_exe_dir)
+ package_generated_shared_libraries(["libEGL.dll", "libGLESv2.dll"], build_path, servo_exe_dir)
# copy needed gstreamer DLLs in to servo.exe dir
target_triple = target or host_triple()