mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Allow media_stack in run_cargo_build_like_command
This commit is contained in:
parent
d641585679
commit
6d8f35c590
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ install them, let us know by filing a bug!")
|
||||||
target=None, android=False, magicleap=False, libsimpleservo=False,
|
target=None, android=False, magicleap=False, libsimpleservo=False,
|
||||||
features=None, debug_mozjs=False, with_debug_assertions=False,
|
features=None, debug_mozjs=False, with_debug_assertions=False,
|
||||||
with_frame_pointer=False, with_raqote=False, with_layout_2020=False, without_wgl=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()
|
env = env or self.build_env()
|
||||||
target, android = self.pick_target_triple(target, android, magicleap)
|
target, android = self.pick_target_triple(target, android, magicleap)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue