mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
return 1
|
||||||
args = args + ['-w', '-b', '--pref', 'dom.mozbrowser.enabled',
|
args = args + ['-w', '-b', '--pref', 'dom.mozbrowser.enabled',
|
||||||
path.join(browserhtml_path, 'out', 'index.html')]
|
path.join(browserhtml_path, 'out', 'index.html')]
|
||||||
|
args = args + params
|
||||||
else:
|
else:
|
||||||
args = args + params
|
args = args + params
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue