diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-10-09 05:32:35 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-10-09 05:32:35 (GMT) |
| commit | a5bc34fa00602911f1ab870456d1319af1cd6391 (patch) | |
| tree | 708d2d803179fa6f2440204de3a0f6f0b35c7df8 /Lib/distutils/sysconfig.py | |
| parent | c0bbe7d38a9a7b43de4a921876072662ba5c82fc (diff) | |
| parent | 5819dcc0d262ef0ceaffc68d1b65f3d031e27b68 (diff) | |
| download | cpython-a5bc34fa00602911f1ab870456d1319af1cd6391.zip cpython-a5bc34fa00602911f1ab870456d1319af1cd6391.tar.gz cpython-a5bc34fa00602911f1ab870456d1319af1cd6391.tar.bz2 | |
Branch merge
Diffstat (limited to 'Lib/distutils/sysconfig.py')
| -rw-r--r-- | Lib/distutils/sysconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 5ea724c..ac06313 100644 --- a/Lib/distutils/sysconfig.py +++ b/Lib/distutils/sysconfig.py @@ -218,7 +218,7 @@ def get_makefile_filename(): """Return full pathname of installed Makefile from the Python build.""" if python_build: return os.path.join(os.path.dirname(sys.executable), "Makefile") - lib_dir = get_python_lib(plat_specific=1, standard_lib=1) + lib_dir = get_python_lib(plat_specific=0, standard_lib=1) config_file = 'config-{}{}'.format(get_python_version(), build_flags) return os.path.join(lib_dir, config_file, 'Makefile') |
