mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
There is no more Modules/Makefile, use toplevel Makefile.
This commit is contained in:
parent
d32a337cf3
commit
84d14baf94
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def get_config_h_filename():
|
||||||
def get_makefile_filename():
|
def get_makefile_filename():
|
||||||
"""Return full pathname of installed Makefile from the Python build."""
|
"""Return full pathname of installed Makefile from the Python build."""
|
||||||
if python_build:
|
if python_build:
|
||||||
return './Modules/Makefile'
|
return './Makefile'
|
||||||
lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
|
lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
|
||||||
return os.path.join(lib_dir, "config", "Makefile")
|
return os.path.join(lib_dir, "config", "Makefile")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue