commit 3f809cbe7ded23a236f98eb1809fc7cda65021e1 (tree) parent 7d3a31872eda55438259b54818baaa90b6ecd74c Author: Andrew Kelley <andrew@ziglang.org> Date: Fri, 12 Jan 2024 17:51:44 -0700 build.zig: don't install testdata Diffstat:
| M | build.zig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/build.zig b/build.zig @@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void { ".xz", // exclude files from lib/std/tz/ ".tzif", + // exclude files from lib/std/tar/testdata + ".tar", // others "README.md", },