summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-06-02 20:17:48 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-06-02 20:17:48 +0200
commit01ad2961140ce9ef552532fa56923ec8d3b81f9f (patch)
tree6f7acb7ef82a6ca85ecc6b4b5b379cb775942daf /build.zig
parentfadd2ea4c784141276a8c9f8526e1b5818f6978e (diff)
Elrond has moved to Rivendell (where he lives)
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,
}),
});