zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 1a01151a4e1e83826d6911c929210aabcaed36e9 (tree)
parent dfe430e9f488536c6ce4be23473f60aa5e89ab5a
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 26 Feb 2024 23:18:11 -0700

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:
Rlib/compiler/build_runner.zig -> lib/build_runner.zig | 0
Msrc/main.zig | 1-
2 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/compiler/build_runner.zig b/lib/build_runner.zig diff --git 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", };