mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Unbreak lldb invocations.
This commit is contained in:
parent
ae9fa978fd
commit
93db99c74f
1 changed files with 1 additions and 2 deletions
|
@ -162,8 +162,7 @@ class PostBuildCommands(CommandBase):
|
||||||
command = rustCommand
|
command = rustCommand
|
||||||
|
|
||||||
# Prepend the debugger args.
|
# Prepend the debugger args.
|
||||||
args = ([command] + self.debuggerInfo.args + ["--"]
|
args = ([command] + self.debuggerInfo.args + args + params)
|
||||||
+ args + params)
|
|
||||||
else:
|
else:
|
||||||
args = args + params
|
args = args + params
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue