Enable uwp feature when building with --uwp.

This commit is contained in:
Josh Matthews 2019-07-10 10:36:45 -04:00 committed by GitHub
parent d0bd2d5e44
commit 1a9300a29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -846,6 +846,7 @@ install them, let us know by filing a bug!")
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")