Skip to content

Commit f34278a

Browse files
committed
Allow bundled zlib1
1 parent f525650 commit f34278a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validation.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ const PE_ALLOWED_LIBRARIES: &[&str] = &[
134134
"sqlite3.dll",
135135
"tcl86t.dll",
136136
"tk86t.dll",
137+
// Bundled with tk
138+
"zlib1.dll",
137139
];
138140

139141
static GLIBC_MAX_VERSION_BY_TRIPLE: Lazy<HashMap<&'static str, version_compare::Version<'static>>> =

0 commit comments

Comments
 (0)