mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
update build system unit test
need to add another field to initialize now
This commit is contained in:
parent
67e3e4989d
commit
4f9a8b6843
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ test Options {
|
|||
.query = .{},
|
||||
.result = try std.zig.system.resolveTargetQuery(.{}),
|
||||
},
|
||||
.zig_lib_directory = std.Build.Cache.Directory.cwd(),
|
||||
};
|
||||
|
||||
var builder = try std.Build.create(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue