Kaydet (Commit) 79d9bfa2 authored tarafından Mark Hammond's avatar Mark Hammond

Fix [1055540 ] bdist_wininst broken for pure Python distributions

üst 17931de1
......@@ -116,6 +116,7 @@ class bdist_wininst (Command):
install_lib.compile = 0
install_lib.optimize = 0
if self.distribution.has_ext_modules():
# If we are building an installer for a Python version other
# than the one we are currently running, then we need to ensure
# our build_lib reflects the other Python version rather than ours.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment