fix regressed build system unit test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user