commit 4f9a8b68430b9b44cba78664bd0f60d5c5db5fe3 (tree)
parent 67e3e4989d5dc654ce5fef87d5a974caa05b9733
Author: Andrew Kelley <andrew@ziglang.org>
Date: Fri, 12 Jul 2024 11:00:52 -0700
update build system unit test
need to add another field to initialize now
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/Build/Step/Options.zig b/lib/std/Build/Step/Options.zig
@@ -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(