aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-02-10 11:25:46 -0500
committerJosh Matthews <josh@joshmatthews.net>2020-02-10 11:25:46 -0500
commit4a4b8bd9bd72e44f21efcff7955a6eb3deff81cb (patch)
tree1a2e8efc3740623bbe2d74adeeae79594d8620e2 /python/servo/build_commands.py
parent5bcd0d8dd0c5f6cb56c1d3d67771d986ec54f68a (diff)
downloadservo-4a4b8bd9bd72e44f21efcff7955a6eb3deff81cb.tar.gz
servo-4a4b8bd9bd72e44f21efcff7955a6eb3deff81cb.zip
Revert "Auto merge of #25509 - jdm:angle-up, r=asajeffrey"
This reverts commit ce6204b904e62307915e0870611bad473cd48843, reversing changes made to 904fcb4317ffd0f1ed6d0400cdb768fedacfda3d.
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 41952fff731..2aa70862fd6 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -790,7 +790,7 @@ def angle_root(target, nuget_env):
}
angle_arch = arch[target.split('-')[0]]
angle_default_path = path.join(os.getcwd(), "support", "hololens", "packages",
- "ANGLE.WindowsStore.Servo.2.1.18", "bin", "UAP", angle_arch)
+ "ANGLE.WindowsStore.Servo.2.1.16", "bin", "UAP", angle_arch)
# Nuget executable command
nuget_app = path.join(os.getcwd(), "support", "hololens", "ServoApp.sln")