| author | |
| committer | |
| log | 3f809cbe7ded23a236f98eb1809fc7cda65021e1 |
| tree | 2fa33f274b5460dfd024b091dd6e4152a1942190 |
| parent | 7d3a31872eda55438259b54818baaa90b6ecd74c |
1 files changed, 2 insertions(+), 0 deletions(-)
build.zig+2| ... | @@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void { | ... | @@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void { |
| 165 | ".xz", | 165 | ".xz", |
| 166 | // exclude files from lib/std/tz/ | 166 | // exclude files from lib/std/tz/ |
| 167 | ".tzif", | 167 | ".tzif", |
| 168 | // exclude files from lib/std/tar/testdata | ||
| 169 | ".tar", | ||
| 168 | // others | 170 | // others |
| 169 | "README.md", | 171 | "README.md", |
| 170 | }, | 172 | }, |