Skip to content

Commit

Permalink
Auto merge of #25832 - servo:jdm-patch-36, r=nox
Browse files Browse the repository at this point in the history
Fix `mach run --headless`

This is a regression from #25350.
  • Loading branch information
bors-servo committed Feb 24, 2020
2 parents dae4943 + 42f94a8 commit 876f455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/post_build_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self, params, release=False, dev=False, android=None, debug=False, debug
args = [bin or self.get_nightly_binary_path(nightly) or self.get_binary_path(release, dev)]

if headless:
set_osmesa_env(args[0], env)
set_osmesa_env(args[0], env, debugger is not None)
args.append('-z')

if software:
Expand Down

0 comments on commit 876f455

Please sign in to comment.