mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +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",
|
||||
// exclude files from lib/std/tz/
|
||||
".tzif",
|
||||
// exclude files from lib/std/tar/testdata
|
||||
".tar",
|
||||
// others
|
||||
"README.md",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue