diff options
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 0311350e273..7df253e4ca3 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -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: |