mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Build.Step.Options: update unit test to new API
This commit is contained in:
parent
529d01c2ba
commit
76c4781578
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ test Options {
|
|||
|
||||
const host: std.Build.ResolvedTarget = .{
|
||||
.query = .{},
|
||||
.target = try std.zig.system.resolveTargetQuery(.{}),
|
||||
.result = try std.zig.system.resolveTargetQuery(.{}),
|
||||
};
|
||||
|
||||
var cache: std.Build.Cache = .{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue