| ... | @@ -302,7 +302,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void { | ... | @@ -302,7 +302,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void { |
| 302 | cache.hash.addBytes(build_options.version); | 302 | cache.hash.addBytes(build_options.version); |
| 303 | cache.hash.addOptionalBytes(comp.zig_lib_directory.path); | 303 | cache.hash.addOptionalBytes(comp.zig_lib_directory.path); |
| 304 | cache.hash.add(target.cpu.arch); | 304 | cache.hash.add(target.cpu.arch); |
| 305 | cache.hash.addBytes("aro"); | | |
| 306 | | 305 | |
| 307 | var man = cache.obtain(); | 306 | var man = cache.obtain(); |
| 308 | defer man.deinit(); | 307 | defer man.deinit(); |