We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ec600 commit b31ff96Copy full SHA for b31ff96
jingle_sleigh/build.rs
@@ -60,6 +60,7 @@ const ZLIB_HEADERS: &[&str] = &[
60
"inffixed.h",
61
"inflate.h",
62
"inftrees.h",
63
+ "trees.h",
64
"zconf.h",
65
"zlib.h",
66
"zutil.h",
@@ -71,6 +72,7 @@ const ZLIB_SOURCES: &[&str] = &[
71
72
"zutil.c",
73
"inftrees.c",
74
"inffast.c",
75
+ "trees.c",
76
"adler32.c",
77
];
78
0 commit comments