diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 4d9268175c0..814fa36b76e 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() |