Skip to content

Commit b31ff96

Browse files
committed
Needed more trees I guess
1 parent 59ec600 commit b31ff96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jingle_sleigh/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const ZLIB_HEADERS: &[&str] = &[
6060
"inffixed.h",
6161
"inflate.h",
6262
"inftrees.h",
63+
"trees.h",
6364
"zconf.h",
6465
"zlib.h",
6566
"zutil.h",
@@ -71,6 +72,7 @@ const ZLIB_SOURCES: &[&str] = &[
7172
"zutil.c",
7273
"inftrees.c",
7374
"inffast.c",
75+
"trees.c",
7476
"adler32.c",
7577
];
7678

0 commit comments

Comments
 (0)