Skip to content

Commit 45cca09

Browse files
authored
1 parent cae484d commit 45cca09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpython-windows/build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,9 +1002,11 @@ def collect_python_build_artifacts(
10021002
depends_projects |= {
10031003
"liblzma",
10041004
"sqlite3",
1005-
"zlib-ng",
10061005
}
10071006

1007+
if zlib_entry == "zlib-ng":
1008+
depends_projects |= {"zlib-ng"}
1009+
10081010
known_projects = (
10091011
ignore_projects | other_projects | depends_projects | extension_projects
10101012
)

0 commit comments

Comments
 (0)