| author | |
| committer | |
| log | c839c180ef1686794c039fc6d3c20a8716e87357 |
| tree | e2dcca4b81ef3a732a8471e58716ba464a47350b |
| parent | 48e72960a496edc86b231d45bfa39d618b6adfaf |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Module.zig+1| ... | ... | @@ -3528,6 +3528,7 @@ pub fn astGenFile(mod: *Module, file: *File) !void { |
| 3528 | 3528 | const digest = hash: { |
| 3529 | 3529 | var path_hash: Cache.HashHelper = .{}; |
| 3530 | 3530 | path_hash.addBytes(build_options.version); |
| 3531 | path_hash.add(builtin.zig_backend); | |
| 3531 | 3532 | if (!want_local_cache) { |
| 3532 | 3533 | path_hash.addOptionalBytes(file.pkg.root_src_directory.path); |
| 3533 | 3534 | } |