Clean up argument thing

This commit is contained in:
Sam Tebbs 2019-09-11 23:25:34 +01:00
parent 37b6c58c3c
commit 2373331716

View file

@ -99,8 +99,8 @@ pub fn build(b: *Builder) !void {
const debug_cmd = b.addSystemCommand([_][]const u8{
"gdb",
"-ex",
symbol_file_arg,
});
debug_cmd.addArg(symbol_file_arg);
debug_cmd.addArgs([_][]const u8{
"-ex",
"target remote localhost:1234",