mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Revert "back out the build_runner.zig moving change"
This reverts commit 1a01151a4e in
preparation for a zig1.wasm update.
This commit is contained in:
parent
d10c52c194
commit
e646e01161
2 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue