mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Update ANGLE to a version with working GLES loading.
This commit is contained in:
parent
938a920b86
commit
e53fc93e7f
2 changed files with 10 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue