mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Auto merge of #25832 - servo:jdm-patch-36, r=nox
Fix `mach run --headless` This is a regression from #25350.
This commit is contained in:
commit
876f455901
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class PostBuildCommands(CommandBase):
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue