Skip to content

Commit

Permalink
Fix the Getting stared build.zig for 2024.1.0-mach
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsandlund authored and emidoots committed Jan 19, 2024
1 parent 94dd711 commit e5775eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub fn build(b: *std.Build) !void {
.src = "src/main.zig",
.target = target,
.optimize = optimize,
.deps = &[_]std.build.ModuleDependency{},
.deps = &[_]std.Build.Module.Import{},
});
if (b.args) |args| app.run.addArgs(args);
Expand Down

0 comments on commit e5775eb

Please sign in to comment.