Skip to content

Commit

Permalink
mach run -b now passes additional params to servo
Browse files Browse the repository at this point in the history
  • Loading branch information
autrilla committed Apr 2, 2016
1 parent 0760e56 commit 7f2c220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/servo/post_build_commands.py
Expand Up @@ -132,6 +132,7 @@ def run(self, params, release=False, dev=False, android=None, debug=False, debug
return 1
args = args + ['-w', '-b', '--pref', 'dom.mozbrowser.enabled',
path.join(browserhtml_path, 'out', 'index.html')]
args = args + params
else:
args = args + params

Expand Down

0 comments on commit 7f2c220

Please sign in to comment.