From 1a01151a4e1e83826d6911c929210aabcaed36e9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 26 Feb 2024 23:18:11 -0700 Subject: [PATCH] back out the build_runner.zig moving change I'd like to move this file but to do so requires a zig1.wasm update, so I'll choose a more opportune moment to make this change. --- lib/{compiler => }/build_runner.zig | 0 src/main.zig | 1 - 2 files changed, 1 deletion(-) rename lib/{compiler => }/build_runner.zig (100%) 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", };