Skip to content

Commit

Permalink
try putting them in src/ instead.
Browse files Browse the repository at this point in the history
(The deps aren't coming with the module. Might need to make the module
itself depend on them more somehow.)
  • Loading branch information
kivikakk committed Jun 11, 2024
1 parent 81ee09c commit 7b9ad1b
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -4,7 +4,7 @@ const assert = std.debug.assert;
pub fn build(b: *std.Build) !void {
const genent = b.addExecutable(.{
.name = "generate_entities",
.root_source_file = b.path("tools/generate_entities.zig"),
.root_source_file = b.path("src/generate_entities.zig"),
.target = b.host,
});
const genent_step = b.addRunArtifact(genent);
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7b9ad1b

Please sign in to comment.