mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +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 SeenPcsHeader = std.Build.Fuzz.abi.SeenPcsHeader;
|
||||
|
||||
pub const std_options = .{
|
||||
pub const std_options = std.Options{
|
||||
.logFn = logOverride,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user