added absolute path to exercises

This commit is contained in:
Chris Boesch
2026-06-26 12:29:25 +02:00
parent 529b294cc3
commit fe465a466e
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -81,6 +81,7 @@ pub fn build(b: *Build) !void {
const run = b.addRunArtifact(elrond);
run.addArg(b.fmt("--zig={s}", .{b.graph.zig_exe}));
run.addArg(b.fmt("--work-path={s}", .{work_path}));
run.addArg(b.fmt("--root-path={s}", .{b.root.root_dir.path.?}));
if (exno) |n| {
run.addArg(b.fmt("--only={d}", .{n}));