mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
Update tools/process_headers.zig
This commit is contained in:
parent
fc55cd458a
commit
3edace34d3
@ -313,7 +313,7 @@ pub fn main() !void {
|
||||
var max_bytes_saved: usize = 0;
|
||||
var total_bytes: usize = 0;
|
||||
|
||||
var hasher = std.crypto.hash.sha2.Sha256.init();
|
||||
var hasher = std.crypto.hash.sha2.Sha256.init(.{});
|
||||
|
||||
for (libc_targets) |libc_target| {
|
||||
const dest_target = DestTarget{
|
||||
|
Loading…
Reference in New Issue
Block a user