| author | |
| committer | |
| log | ddaf91538959763880c0bb047441240f45409f5f |
| tree | 1e3a0ae0d0a84a52f8aff253a4977359f15035c2 |
| parent | ecf7dfcd3a3e575ee525487687a0b7607a6a7481 |
closes #70071 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -1628,6 +1628,7 @@ pub fn cImport(comp: *Compilation, c_src: []const u8) !CImportResult { |
| 1628 | 1628 | |
| 1629 | 1629 | const dep_basename = std.fs.path.basename(out_dep_path); |
| 1630 | 1630 | try man.addDepFilePost(zig_cache_tmp_dir, dep_basename); |
| 1631 | try comp.stage1_cache_manifest.addDepFilePost(zig_cache_tmp_dir, dep_basename); | |
| 1631 | 1632 | |
| 1632 | 1633 | const digest = man.final(); |
| 1633 | 1634 | const o_sub_path = try std.fs.path.join(arena, &[_][]const u8{ "o", &digest }); |