From e646e0116196c2bd9668317366f5380f08c30e6e Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Sun, 17 Mar 2024 03:06:39 +0100 Subject: [PATCH] Revert "back out the build_runner.zig moving change" This reverts commit 1a01151a4e1e83826d6911c929210aabcaed36e9 in preparation for a zig1.wasm update. --- lib/{ => compiler}/build_runner.zig | 0 src/main.zig | 1 + 2 files changed, 1 insertion(+) rename lib/{ => compiler}/build_runner.zig (100%) 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", };