mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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:
parent
f5aad47287
commit
83d2eef3e0
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ pub fn build(b: *std.Build) !void {
|
|||
".gz",
|
||||
".z.0",
|
||||
".z.9",
|
||||
".zstd.3",
|
||||
".zstd.19",
|
||||
".zst.3",
|
||||
".zst.19",
|
||||
"rfc1951.txt",
|
||||
"rfc1952.txt",
|
||||
"rfc8478.txt",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue