Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 11, 2024
1 parent 4406664 commit 1661540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/shaders.zig
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub const Step = struct
const step = try create (dependency, options);
const builder = dependency.builder;
return builder.createModule (.{
.root_source_file = .{ .generated = &step.generated_file, },
.root_source_file = .{ .generated = .{ .file = &step.generated_file }, },
.target = builder.host,
.optimize = .Debug,
});
Expand Down

0 comments on commit 1661540

Please sign in to comment.