diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-06-02 20:17:48 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-06-02 20:17:48 +0200 |
| commit | 01ad2961140ce9ef552532fa56923ec8d3b81f9f (patch) | |
| tree | 6f7acb7ef82a6ca85ecc6b4b5b379cb775942daf /build.zig | |
| parent | fadd2ea4c784141276a8c9f8526e1b5818f6978e (diff) | |
Elrond has moved to Rivendell (where he lives)
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }), }); |
