summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 29e4207..afc1021 100644
--- a/build.zig
+++ b/build.zig
@@ -58,7 +58,7 @@ pub fn build(b: *Build) !void {
const elrond = b.addExecutable(.{
.name = "elrond",
.root_module = b.createModule(.{
- .root_source_file = b.path("src/elrond.zig"),
+ .root_source_file = b.path("rivendell/elrond.zig"),
.target = b.graph.host,
}),
});