From e53fc93e7f7a83b6643f33e7ae9ca344031db504 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 12 Jul 2019 12:05:21 -0400 Subject: Update ANGLE to a version with working GLES loading. --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') 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() -- cgit v1.2.3