Elrond has moved to Rivendell (where he lives)

This commit is contained in:
Chris Boesch
2026-06-02 20:17:48 +02:00
parent fadd2ea4c7
commit 01ad296114
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ pub fn build(b: *Build) !void {
const elrond = b.addExecutable(.{ const elrond = b.addExecutable(.{
.name = "elrond", .name = "elrond",
.root_module = b.createModule(.{ .root_module = b.createModule(.{
.root_source_file = b.path("src/elrond.zig"), .root_source_file = b.path("rivendell/elrond.zig"),
.target = b.graph.host, .target = b.graph.host,
}), }),
}); });