Update ANGLE to a version with working GLES loading.

This commit is contained in:
Josh Matthews 2019-07-12 12:05:21 -04:00
parent 938a920b86
commit e53fc93e7f
2 changed files with 10 additions and 9 deletions

View file

@ -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()