mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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.
This commit is contained in:
parent
dfe430e9f4
commit
1a01151a4e
2 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue