zig

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

commit e646e0116196c2bd9668317366f5380f08c30e6e (tree)
parent d10c52c194a093f58df40bc6122f24380f0cc097
Author: Jacob Young <jacobly0@users.noreply.github.com>
Date:   Sun, 17 Mar 2024 03:06:39 +0100

Revert "back out the build_runner.zig moving change"

This reverts commit 1a01151a4e1e83826d6911c929210aabcaed36e9 in
preparation for a zig1.wasm update.

Diffstat:
Rlib/build_runner.zig -> lib/compiler/build_runner.zig | 0
Msrc/main.zig | 1+
2 files changed, 1 insertion(+), 0 deletions(-)

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