From 6d8f35c590532bf8b7892833692500878a905b3e Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 19 Nov 2019 16:00:58 +0000 Subject: [PATCH] Allow media_stack in run_cargo_build_like_command --- python/servo/command_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)