mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
Update ANGLE for UWP fix.
This commit is contained in:
parent
c90dd15fec
commit
ba8c52854e
3 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue