diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-07-22 22:12:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-07-23 09:41:59 -0400 |
commit | 157077c8265f799c0b609ca5d170c09c57fa8e48 (patch) | |
tree | a07f7a713105d2fdc89a842a0cf4fb3f3adbfae9 /python | |
parent | fdbb317d7a241928d08e40dfd5b0ae3003ecba51 (diff) | |
download | servo-157077c8265f799c0b609ca5d170c09c57fa8e48.tar.gz servo-157077c8265f799c0b609ca5d170c09c57fa8e48.zip |
Use Servo's ANGLE fork for UWP.
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 814fa36b76e..9a0043454c8 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -249,7 +249,7 @@ class MachCommands(CommandBase): append_to_path_env( path.join( os.getcwd(), "support", "hololens", "packages", - "ANGLE.WindowsStore.2.1.13", "bin", "UAP", "x64" + "ANGLE.WindowsStore.Servo.2.1.13", "bin", "UAP", "x64" ), env, "LIB" |