diff --git a/lib/build_runner.zig b/lib/compiler/build_runner.zig similarity index 100% rename from lib/build_runner.zig rename to lib/compiler/build_runner.zig diff --git a/src/main.zig b/src/main.zig index 8c445fdd1e..db76f7605c 100644 --- a/src/main.zig +++ b/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", };