mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 01:53:16 +00:00
fix regressed build system unit test
This commit is contained in:
parent
f74a856d84
commit
43a949ee95
@ -514,6 +514,7 @@ test Options {
|
||||
.result = try std.zig.system.resolveTargetQuery(.{}),
|
||||
},
|
||||
.zig_lib_directory = std.Build.Cache.Directory.cwd(),
|
||||
.root_builder = undefined,
|
||||
};
|
||||
|
||||
var builder = try std.Build.create(
|
||||
@ -523,6 +524,8 @@ test Options {
|
||||
&.{},
|
||||
);
|
||||
|
||||
graph.root_builder = builder;
|
||||
|
||||
const options = builder.addOptions();
|
||||
|
||||
const KeywordEnum = enum {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user