diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-02-26 23:18:11 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-02-26 23:44:01 -0700 |
| commit | 1a01151a4e1e83826d6911c929210aabcaed36e9 (patch) | |
| tree | f823367851d6a2ee03d667d23f24b4c4a89ef9ce /src/main.zig | |
| parent | dfe430e9f488536c6ce4be23473f60aa5e89ab5a (diff) | |
| download | zig-1a01151a4e1e83826d6911c929210aabcaed36e9.tar.gz zig-1a01151a4e1e83826d6911c929210aabcaed36e9.zip | |
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.
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 1 |
1 files changed, 0 insertions, 1 deletions
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", }; |
