mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
fix type of std_options
This commit is contained in:
parent
f2b81f57f4
commit
7ebfc72186
@ -5,7 +5,7 @@ const assert = std.debug.assert;
|
|||||||
const fatal = std.process.fatal;
|
const fatal = std.process.fatal;
|
||||||
const SeenPcsHeader = std.Build.Fuzz.abi.SeenPcsHeader;
|
const SeenPcsHeader = std.Build.Fuzz.abi.SeenPcsHeader;
|
||||||
|
|
||||||
pub const std_options = .{
|
pub const std_options = std.Options{
|
||||||
.logFn = logOverride,
|
.logFn = logOverride,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user