mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Update tools/process_headers.zig
This commit is contained in:
parent
fc55cd458a
commit
3edace34d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue