Update ANGLE for UWP build.

This commit is contained in:
Josh Matthews 2020-01-13 12:54:38 -05:00
parent 0131952d6d
commit fc61190ddc
3 changed files with 6 additions and 6 deletions

View file

@ -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.16", "bin", "UAP", angle_arch)
"ANGLE.WindowsStore.Servo.2.1.18", "bin", "UAP", angle_arch)
# Nuget executable command
nuget_app = path.join(os.getcwd(), "support", "hololens", "ServoApp.sln")