aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2019-11-19 16:00:58 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2019-11-21 20:08:04 +0000
commit6d8f35c590532bf8b7892833692500878a905b3e (patch)
treed612e542b163f662e8a9891c15badfff96affe0a /python/servo/command_base.py
parentd641585679344796c39a7562fa844bb836da4f21 (diff)
downloadservo-6d8f35c590532bf8b7892833692500878a905b3e.tar.gz
servo-6d8f35c590532bf8b7892833692500878a905b3e.zip
Allow media_stack in run_cargo_build_like_command
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index f9a01bbb4af..e1b8695ec5f 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -868,7 +868,7 @@ install them, let us know by filing a bug!")
target=None, android=False, magicleap=False, libsimpleservo=False,
features=None, debug_mozjs=False, with_debug_assertions=False,
with_frame_pointer=False, with_raqote=False, with_layout_2020=False, without_wgl=False,
- uwp=False,
+ uwp=False, media_stack=None,
):
env = env or self.build_env()
target, android = self.pick_target_triple(target, android, magicleap)