]> git.pld-linux.org Git - packages/python3.git/blame - python3-makefile-location.patch
Suggests: pip
[packages/python3.git] / python3-makefile-location.patch
CommitLineData
fd3fc14e 1diff -Nur Python-3.3.1.orig/Lib/distutils/sysconfig.py Python-3.3.1/Lib/distutils/sysconfig.py
2--- Python-3.3.1.orig/Lib/distutils/sysconfig.py 2013-04-06 08:41:35.000000000 +0100
3+++ Python-3.3.1/Lib/distutils/sysconfig.py 2013-04-07 19:45:29.409178359 +0100
4@@ -256,7 +256,7 @@
5 """Return full pathname of installed Makefile from the Python build."""
35435977 6 if python_build:
fd3fc14e 7 return os.path.join(_sys_home or project_base, "Makefile")
35435977
AM
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 return os.path.join(lib_dir, config_file, 'Makefile')
12
This page took 0.03128 seconds and 4 git commands to generate.