Commit ed6b063c authored by Christian Heimes's avatar Christian Heimes

Fixed bug #1613: Makefile's VPATH feature is broken

parent d1f35e69
......@@ -32,7 +32,7 @@ if os.name == "nt" and "pcbuild" in project_base[-8:].lower():
# building an extension with an un-installed Python, so we use
# different (hard-wired) directories.
python_build = os.path.isfile(os.path.join(project_base, "Modules",
"Setup.dist"))
"Setup.local"))
def get_python_version():
......
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