mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Merge pull request 'Elrond has moved to Rivendell (where he lives)' (#447) from rivendell into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/447
This commit is contained in:
@@ -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,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user