mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Enable GStreamer on Windows.
This commit is contained in:
parent
a3e33d6388
commit
c0ff30b71f
5 changed files with 1331 additions and 12 deletions
|
@ -281,6 +281,8 @@ class MachCommands(CommandBase):
|
|||
print("Can't find Visual Studio 2017 installation at %s." % base_vs_path)
|
||||
sys.exit(1)
|
||||
|
||||
env['PKG_CONFIG_ALLOW_CROSS'] = "1"
|
||||
|
||||
if uwp:
|
||||
# Don't try and build a desktop port.
|
||||
libsimpleservo = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue