Commit e646e01161

Jacob Young <jacobly0@users.noreply.github.com>
2024-03-17 03:06:39
Revert "back out the build_runner.zig moving change"
This reverts commit 1a01151a4e1e83826d6911c929210aabcaed36e9 in preparation for a zig1.wasm update.
1 parent d10c52c
Changed files (2)
lib
src
lib/build_runner.zig → lib/compiler/build_runner.zig
File renamed without changes
src/main.zig
@@ -4995,6 +4995,7 @@ fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !void {
             } else .{
                 .root = .{
                     .root_dir = zig_lib_directory,
+                    .sub_path = "compiler",
                 },
                 .root_src_path = "build_runner.zig",
             };