mach run -b now passes additional params to servo

This commit is contained in:
Adrian Utrilla 2016-04-02 13:49:56 +02:00
parent 0760e56bb6
commit 7f2c220335

View file

@ -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