mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.Build.CompileStep.installConfigHeader: add missing step dependency
This commit is contained in:
parent
ee6df50678
commit
f6c9346773
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ pub fn installConfigHeader(
|
|||
options.install_dir,
|
||||
dest_rel_path,
|
||||
);
|
||||
install_file.step.dependOn(&config_header.step);
|
||||
cs.builder.getInstallStep().dependOn(&install_file.step);
|
||||
cs.installed_headers.append(&install_file.step) catch @panic("OOM");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue