Skip to content

Commit fe34d7a

Browse files
committed
mingw: remove "aro" literal from from cache hash
1 parent 7ca300f commit fe34d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mingw.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void {
302302
cache.hash.addBytes(build_options.version);
303303
cache.hash.addOptionalBytes(comp.zig_lib_directory.path);
304304
cache.hash.add(target.cpu.arch);
305-
cache.hash.addBytes("aro");
306305

307306
var man = cache.obtain();
308307
defer man.deinit();

0 commit comments

Comments
 (0)