Skip to content

Commit

Permalink
build.zig: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimschmidt557 committed Sep 7, 2024
1 parent 7f64c6a commit 4f62f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn build(b: *Build) void {
// Zig example
var example = b.addExecutable(.{
.name = "example",
.root_source_file = b.path("examples.example.zig"),
.root_source_file = b.path("examples/example.zig"),
.target = target,
.optimize = optimize,
});
Expand Down

0 comments on commit 4f62f31

Please sign in to comment.