Skip to content

Commit

Permalink
Allow _msi to be missing during collect_python_build_artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 5, 2024
1 parent 2539b81 commit 6d00191
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"_lzma": {
"ignore_additional_depends": {"$(OutDir)liblzma$(PyDebugExt).lib"},
},
"_msi": {},
"_msi": {
# Removed in 3.13.
"ignore_missing": True,
},
"_overlapped": {},
"_multiprocessing": {},
"_socket": {},
Expand Down

0 comments on commit 6d00191

Please sign in to comment.