Commit 4f9a8b6843

Andrew Kelley <andrew@ziglang.org>
2024-07-12 20:00:52
update build system unit test
need to add another field to initialize now
1 parent 67e3e49
Changed files (1)
lib
std
Build
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(