diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-10-24 17:11:12 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-10-25 13:35:32 -0400 |
commit | d59fd0fb6559f5c0ad16f02243a7dae56141817b (patch) | |
tree | 2a390f126b3c3eb374c35918ef5201d0a887f864 /python/servo/build_commands.py | |
parent | 08af89bd8205ac28c98b9a079216fca438a9ed66 (diff) | |
download | servo-d59fd0fb6559f5c0ad16f02243a7dae56141817b.tar.gz servo-d59fd0fb6559f5c0ad16f02243a7dae56141817b.zip |
Update to ANGLE 2.1.15 nuget package.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 7c4eda9950a..6702c571f3a 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -787,7 +787,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.13", "bin", "UAP", angle_arch) + "ANGLE.WindowsStore.Servo.2.1.15", "bin", "UAP", angle_arch) # Nuget executable command nuget_app = path.join(os.getcwd(), "support", "hololens", "ServoApp.sln") |