aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-07-13 12:37:49 -0400
committerGitHub <noreply@github.com>2019-07-13 12:37:49 -0400
commit2b843483722de683c1277f803a9a45dd6afa09cf (patch)
tree52eed1b107aa9adff6541f8a322ff9249584fb61 /python/servo/build_commands.py
parent8328763ff277bf6c050c94a91bd4b41ff1518e3c (diff)
parent02797a346e1396680bb59bede0d6b7eb18e6409b (diff)
downloadservo-2b843483722de683c1277f803a9a45dd6afa09cf.tar.gz
servo-2b843483722de683c1277f803a9a45dd6afa09cf.zip
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 -->
Diffstat (limited to 'python/servo/build_commands.py')
-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 4d9268175c0..814fa36b76e 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()