mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Auto merge of #23768 - jdm:unbreak-angle, r=asajeffrey
Unbreak angle This updates our ANGLE integration to a working version that allows nightly builds to run with `--angle` once more. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23656 - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23768) <!-- Reviewable:end -->
This commit is contained in:
commit
2b84348372
3 changed files with 11 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