mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
build.zig: don't install testdata
This commit is contained in:
parent
7d3a31872e
commit
3f809cbe7d
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void {
|
||||||
".xz",
|
".xz",
|
||||||
// exclude files from lib/std/tz/
|
// exclude files from lib/std/tz/
|
||||||
".tzif",
|
".tzif",
|
||||||
|
// exclude files from lib/std/tar/testdata
|
||||||
|
".tar",
|
||||||
// others
|
// others
|
||||||
"README.md",
|
"README.md",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue