Update ANGLE for UWP fix.

This commit is contained in:
Josh Matthews 2019-12-09 14:40:33 -05:00
parent c90dd15fec
commit ba8c52854e
3 changed files with 4 additions and 4 deletions

View file

@ -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")