diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 19:59:57 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 19:59:57 (GMT) |
commit | 1345d201939fc7ce395d629834ed037e4697d8c5 (patch) | |
tree | 71238a46806bf9a811cfd3dfe0f6c650bd4ea88a /configure | |
parent | 7f825226e3e19998a0ef6184b9ac6e4e57aebc6f (diff) | |
download | cpython-1345d201939fc7ce395d629834ed037e4697d8c5.zip cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.gz cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.bz2 |
- Use PLATDIR for the platform directory everywhere (refactoring only)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -711,6 +711,7 @@ CFLAGS CC EXPORT_MACOSX_DEPLOYMENT_TARGET CONFIGURE_MACOSX_DEPLOYMENT_TARGET +PLATDIR SGI_ABI _PYTHON_HOST_PLATFORM MACHDEP @@ -3493,6 +3494,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACHDEP" >&5 $as_echo "$MACHDEP" >&6; } + +PLATDIR=plat-$MACHDEP + # Record the configure-time value of MACOSX_DEPLOYMENT_TARGET, # it may influence the way we can build extensions, so distutils # needs to check it |