]> git.pld-linux.org Git - packages/python3.git/blame - python3-makefile-location.patch
- added mpdecimal note
[packages/python3.git] / python3-makefile-location.patch
CommitLineData
35435977
AM
1--- Python-3.2.3/Lib/distutils/sysconfig.py~ 2012-05-31 10:30:41.000000000 +0200
2+++ Python-3.2.3/Lib/distutils/sysconfig.py 2012-05-31 10:31:01.624339294 +0200
b88f500a 3@@ -257,7 +257,7 @@
35435977 4 if python_build:
b88f500a
AM
5 return os.path.join(_sys_home or os.path.dirname(sys.executable),
6 "Makefile")
35435977
AM
7- lib_dir = get_python_lib(plat_specific=0, standard_lib=1)
8+ lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
9 config_file = 'config-{}{}'.format(get_python_version(), build_flags)
10 return os.path.join(lib_dir, config_file, 'Makefile')
11
b88f500a 12
This page took 0.033005 seconds and 4 git commands to generate.