]> git.pld-linux.org Git - packages/python3.git/blob - python3-makefile-location.patch
- rel 2; rediff patches
[packages/python3.git] / python3-makefile-location.patch
1 diff -urNp -x '*.orig' Python-3.9.2.org/Lib/distutils/sysconfig.py Python-3.9.2/Lib/distutils/sysconfig.py
2 --- Python-3.9.2.org/Lib/distutils/sysconfig.py 2021-02-25 18:40:49.900518043 +0100
3 +++ Python-3.9.2/Lib/distutils/sysconfig.py     2021-02-25 18:40:51.570570064 +0100
4 @@ -260,7 +260,7 @@ def get_makefile_filename():
5      """Return full pathname of installed Makefile from the Python build."""
6      if python_build:
7          return os.path.join(_sys_home or project_base, "Makefile")
8 -    lib_dir = get_python_lib(plat_specific=0, standard_lib=1)
9 +    lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
10      config_file = 'config-{}{}'.format(get_python_version(), build_flags)
11      if hasattr(sys.implementation, '_multiarch'):
12          config_file += '-%s' % sys.implementation._multiarch
This page took 1.865084 seconds and 3 git commands to generate.