Skip to content

Commit

Permalink
Enable uwp feature when building with --uwp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 10, 2019
1 parent d0bd2d5 commit 1a9300a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/servo/command_base.py
Expand Up @@ -846,6 +846,7 @@ def run_cargo_build_like_command(
if uwp:
features.append("canvas2d-raqote")
features.append("no_wgl")
features.append("uwp")
else:
# Non-UWP builds provide their own libEGL via mozangle.
features.append("egl")
Expand Down

0 comments on commit 1a9300a

Please sign in to comment.