diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-20 16:24:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-10-02 15:00:29 -0400 |
commit | 96302bad91887a030f54a9e233dabac60499679c (patch) | |
tree | 3f296f166fe43c2d938018aef56b8106d02c48f6 /python/servo/build_commands.py | |
parent | 22e3797fb620b8b24b28abbce781ac0c0aa6ccda (diff) | |
download | servo-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.py | 2 |
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() |