Skip to content

Commit

Permalink
std.Build.Step.ConfigHeader: add the lazy file styled input as a depe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
RossComputerGuy committed Apr 20, 2024
1 parent 3adfaf9 commit ecf7c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/std/Build/Step/ConfigHeader.zig
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ pub fn create(owner: *std.Build, options: Options) *ConfigHeader {
.output_file = .{ .step = &self.step },
};

if (options.style.getPath()) |s| {
s.addStepDependencies(&self.step);
}
return self;
}

Expand Down

0 comments on commit ecf7c4d

Please sign in to comment.