build.zig: fix typo in extension exclusion list

we've been shipping these test files for a while now. oops.
This commit is contained in:
Andrew Kelley 2024-02-28 22:37:11 -07:00
parent f5aad47287
commit 83d2eef3e0

View file

@ -142,8 +142,8 @@ pub fn build(b: *std.Build) !void {
".gz", ".gz",
".z.0", ".z.0",
".z.9", ".z.9",
".zstd.3", ".zst.3",
".zstd.19", ".zst.19",
"rfc1951.txt", "rfc1951.txt",
"rfc1952.txt", "rfc1952.txt",
"rfc8478.txt", "rfc8478.txt",