From ba8c52854eb8470db0532f82a6bfae3b9fda9f22 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 9 Dec 2019 14:40:33 -0500 Subject: [PATCH] Update ANGLE for UWP fix. --- python/servo/build_commands.py | 2 +- support/hololens/ServoApp/ServoApp.vcxproj | 4 ++-- support/hololens/ServoApp/packages.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 8f462939b5b..2cb269eed69 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -797,7 +797,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.15", "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") diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index f752011dff0..8107d59e861 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -951,7 +951,7 @@ - + @@ -961,6 +961,6 @@ - + \ No newline at end of file diff --git a/support/hololens/ServoApp/packages.config b/support/hololens/ServoApp/packages.config index e6ae208cc93..fa1a5cf1668 100644 --- a/support/hololens/ServoApp/packages.config +++ b/support/hololens/ServoApp/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file