We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcb883 commit b723cb0Copy full SHA for b723cb0
lib/std/Build/CompileStep.zig
@@ -462,6 +462,7 @@ pub fn installConfigHeader(
462
options.install_dir,
463
dest_rel_path,
464
);
465
+ install_file.step.dependOn(&config_header.step);
466
cs.builder.getInstallStep().dependOn(&install_file.step);
467
cs.installed_headers.append(&install_file.step) catch @panic("OOM");
468
}
0 commit comments