mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
std.Build.CompileStep.installConfigHeader: add missing step dependency
This commit is contained in:
parent
ee6df50678
commit
f6c9346773
@ -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…
x
Reference in New Issue
Block a user