| author | |
| committer | |
| log | f6c934677315665c140151b8dd28a56f948205e2 |
| tree | d711178b81317f459cdba968d3bcfb3169f99eeb |
| parent | ee6df50678d985947bfb85cf7bfefb25ab68cdfc |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Build/CompileStep.zig+1| ... | ... | @@ -454,6 +454,7 @@ pub fn installConfigHeader( |
| 454 | 454 | options.install_dir, |
| 455 | 455 | dest_rel_path, |
| 456 | 456 | ); |
| 457 | install_file.step.dependOn(&config_header.step); | |
| 457 | 458 | cs.builder.getInstallStep().dependOn(&install_file.step); |
| 458 | 459 | cs.installed_headers.append(&install_file.step) catch @panic("OOM"); |
| 459 | 460 | } |