diff --git a/lib/compiler/build_runner.zig b/lib/build_runner.zig similarity index 100% rename from lib/compiler/build_runner.zig rename to lib/build_runner.zig diff --git a/src/main.zig b/src/main.zig index 668bc61a77..65632cd16a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -5388,7 +5388,6 @@ 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", };