Update to ANGLE 2.1.15 nuget package.

This commit is contained in:
Josh Matthews 2019-10-24 17:11:12 -04:00
parent 08af89bd82
commit d59fd0fb65
4 changed files with 14 additions and 18 deletions

View file

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