mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
mach run -b now passes additional params to servo
This commit is contained in:
parent
0760e56bb6
commit
7f2c220335
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ class PostBuildCommands(CommandBase):
|
|||
return 1
|
||||
args = args + ['-w', '-b', '--pref', 'dom.mozbrowser.enabled',
|
||||
path.join(browserhtml_path, 'out', 'index.html')]
|
||||
args = args + params
|
||||
else:
|
||||
args = args + params
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue