mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Add missing argument to set_osmesa_env.
This commit is contained in:
parent
6aacc9001b
commit
42f94a837d
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