mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
mingw: remove "aro" literal from from cache hash
This commit is contained in:
parent
59749e46f0
commit
f83f14a4fe
@ -302,7 +302,6 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void {
|
||||
cache.hash.addBytes(build_options.version);
|
||||
cache.hash.addOptionalBytes(comp.zig_lib_directory.path);
|
||||
cache.hash.add(target.cpu.arch);
|
||||
cache.hash.addBytes("aro");
|
||||
|
||||
var man = cache.obtain();
|
||||
defer man.deinit();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user