| author | |
| committer | |
| log | 008dd90f1fb55f8782d7b435cf78629e7cea34e0 |
| tree | e4810b5c50218eb5f2998b30527f8e931c33b40f |
| parent | 030f00391af6a46697db8031d5bd58e78eca2454 |
1 files changed, 1 insertions(+), 1 deletions(-)
tools/process_headers.zig+1-1| ... | ... | @@ -249,7 +249,7 @@ const Contents = struct { |
| 249 | 249 | }; |
| 250 | 250 | |
| 251 | 251 | const HashToContents = std.StringHashMap(Contents); |
| 252 | const TargetToHash = std.HashMap(DestTarget, []const u8, DestTarget.hash, DestTarget.eql, true); | |
| 252 | const TargetToHash = std.ArrayHashMap(DestTarget, []const u8, DestTarget.hash, DestTarget.eql, true); | |
| 253 | 253 | const PathTable = std.StringHashMap(*TargetToHash); |
| 254 | 254 | |
| 255 | 255 | const LibCVendor = enum { |