the run command should use the name of the main executable
This commit is contained in:
parent
bde519af0b
commit
bfb066264d
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ pub fn build(b: *std.Build) !void {
|
|||
run_module.addImport("rinnai", controlr_dep_native.module("rinnai"));
|
||||
|
||||
const run_exe = b.addExecutable(.{
|
||||
.name = "bootstrap",
|
||||
.name = exe.name,
|
||||
.root_module = run_module,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue