| author | |
| committer | |
| log | f83f14a4fe9a731e6060a60469880b62c1e43f68 |
| tree | 37eaa08fcb26e12c1d907024bd5366cff74bb006 |
| parent | 59749e46f0d0225e6974f77aafe56d20f12d2b9f |
| signature | Signed by SSH key SHA256:cf2/TFgSxv2uRX26INvFSw25Prr1Dy9H8MiRXgLpok4 |
1 files changed, 0 insertions(+), 1 deletions(-)
src/mingw.zig-1| ... | ... | @@ -302,7 +302,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void { |
| 302 | 302 | cache.hash.addBytes(build_options.version); |
| 303 | 303 | cache.hash.addOptionalBytes(comp.zig_lib_directory.path); |
| 304 | 304 | cache.hash.add(target.cpu.arch); |
| 305 | cache.hash.addBytes("aro"); | |
| 306 | 305 | |
| 307 | 306 | var man = cache.obtain(); |
| 308 | 307 | defer man.deinit(); |