aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-07-24 03:15:18 -0400
committerGitHub <noreply@github.com>2019-07-24 03:15:18 -0400
commit9a7e2663e898575b7bef2e68b7cf27bfb3814434 (patch)
tree740b0a492fa6027181789ddefb9c1f57ff468303 /python/servo
parent7ffe65e6726c4f179e97140a7ff679c6cb706c40 (diff)
parent157077c8265f799c0b609ca5d170c09c57fa8e48 (diff)
downloadservo-9a7e2663e898575b7bef2e68b7cf27bfb3814434.tar.gz
servo-9a7e2663e898575b7bef2e68b7cf27bfb3814434.zip
Auto merge of #23829 - servo:jdm-patch-41, r=paulrouget
Use Servo's ANGLE fork for UWP. This package is built from https://github.com/servo/ms-angle/tree/servo-master and gives us ARM64 and x86_64 binaries for ANGLE. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23809 - [x] These changes do not require tests because there are no tests for ANGLE on Windows UWP. <!-- 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/23829) <!-- Reviewable:end -->
Diffstat (limited to 'python/servo')
-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 814fa36b76e..9a0043454c8 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -249,7 +249,7 @@ class MachCommands(CommandBase):
append_to_path_env(
path.join(
os.getcwd(), "support", "hololens", "packages",
- "ANGLE.WindowsStore.2.1.13", "bin", "UAP", "x64"
+ "ANGLE.WindowsStore.Servo.2.1.13", "bin", "UAP", "x64"
),
env,
"LIB"