Revert "back out the build_runner.zig moving change"

This reverts commit 1a01151a4e1e83826d6911c929210aabcaed36e9 in
preparation for a zig1.wasm update.
This commit is contained in:
Jacob Young 2024-03-17 03:06:39 +01:00
parent d10c52c194
commit e646e01161
2 changed files with 1 additions and 0 deletions

View File

@ -4995,6 +4995,7 @@ fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !void {
} else .{ } else .{
.root = .{ .root = .{
.root_dir = zig_lib_directory, .root_dir = zig_lib_directory,
.sub_path = "compiler",
}, },
.root_src_path = "build_runner.zig", .root_src_path = "build_runner.zig",
}; };