| author | |
| committer | |
| log | 43a949ee95ce72003bb2d2ee22e1f4b5aea96739 |
| tree | 2c552521e888d9585ec38f1a301db3a2abf93103 |
| parent | f74a856d84af4c43057febc0a871caa0e69bbfc8 |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/Build/Step/Options.zig+3| ... | ... | @@ -514,6 +514,7 @@ test Options { |
| 514 | 514 | .result = try std.zig.system.resolveTargetQuery(.{}), |
| 515 | 515 | }, |
| 516 | 516 | .zig_lib_directory = std.Build.Cache.Directory.cwd(), |
| 517 | .root_builder = undefined, | |
| 517 | 518 | }; |
| 518 | 519 | |
| 519 | 520 | var builder = try std.Build.create( |
| ... | ... | @@ -523,6 +524,8 @@ test Options { |
| 523 | 524 | &.{}, |
| 524 | 525 | ); |
| 525 | 526 | |
| 527 | graph.root_builder = builder; | |
| 528 | ||
| 526 | 529 | const options = builder.addOptions(); |
| 527 | 530 | |
| 528 | 531 | const KeywordEnum = enum { |