aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-12 12:05:21 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-07-13 11:54:23 -0400
commite53fc93e7f7a83b6643f33e7ae9ca344031db504 (patch)
treedb75df6f5c7360f42079425d43e25c73ce5fe372 /python
parent938a920b86de09b545949cde7df69cb8188312e8 (diff)
downloadservo-e53fc93e7f7a83b6643f33e7ae9ca344031db504.tar.gz
servo-e53fc93e7f7a83b6643f33e7ae9ca344031db504.zip
Update ANGLE to a version with working GLES loading.
Diffstat (limited to 'python')
-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()