aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorfn ⌃ ⌥ <70830482+FnControlOption@users.noreply.github.com>2023-01-23 11:46:40 -0800
committerAndrew Kelley <andrew@ziglang.org>2023-01-24 15:24:04 -0700
commit06ce15e8f719756cc12d928cfdae12be99a9e4c2 (patch)
tree117b722abbf4439392c53a5cf6ef055ec57f101d /build.zig
parentdfcedfdca0b1e26d8a735327fe8e42d7887b21b2 (diff)
downloadzig-06ce15e8f719756cc12d928cfdae12be99a9e4c2.tar.gz
zig-06ce15e8f719756cc12d928cfdae12be99a9e4c2.zip
Add an xz decoder to the standard library
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 4161a6396e..3a7468243f 100644
--- a/build.zig
+++ b/build.zig
@@ -122,6 +122,8 @@ pub fn build(b: *Builder) !void {
"compress-gettysburg.txt",
"compress-pi.txt",
"rfc1951.txt",
+ // exclude files from lib/std/compress/xz/testdata
+ ".xz",
// exclude files from lib/std/tz/
".tzif",
// others