aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-09-20 16:24:08 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-10-02 15:00:29 -0400
commit96302bad91887a030f54a9e233dabac60499679c (patch)
tree3f296f166fe43c2d938018aef56b8106d02c48f6 /python/servo/build_commands.py
parent22e3797fb620b8b24b28abbce781ac0c0aa6ccda (diff)
downloadservo-96302bad91887a030f54a9e233dabac60499679c.tar.gz
servo-96302bad91887a030f54a9e233dabac60499679c.zip
Update to UWP compatible OpenSSL build.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 5914edb53cf..b4343392479 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -234,7 +234,7 @@ class MachCommands(CommandBase):
check_call(["rustup" + BIN_SUFFIX, "target", "add",
"--toolchain", self.toolchain(), target])
- env = self.build_env(target=target, is_build=True)
+ env = self.build_env(target=target, is_build=True, uwp=uwp)
self.ensure_bootstrapped(target=target)
self.ensure_clobbered()