File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1134,7 +1134,7 @@ maninstall: altmaninstall
11341134 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python3.1)
11351135
11361136# Install the library
1137- PLATDIR= plat-$(MACHDEP)
1137+ PLATDIR= @PLATDIR@
11381138EXTRAPLATDIR= @EXTRAPLATDIR@
11391139MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
11401140XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ SITEPATH=
9191TESTPATH =
9292
9393# Path components for machine- or system-dependent modules and shared libraries
94- MACHDEPPATH =:plat- $( MACHDEP )
94+ MACHDEPPATH =:$( PLATDIR )
9595EXTRAMACHDEPPATH =
9696
9797COREPYTHONPATH =$(DESTPATH )$(SITEPATH )$(TESTPATH )$(MACHDEPPATH )$(EXTRAMACHDEPPATH )
Original file line number Diff line number Diff line change @@ -712,6 +712,7 @@ CFLAGS
712712CC
713713EXPORT_MACOSX_DEPLOYMENT_TARGET
714714CONFIGURE_MACOSX_DEPLOYMENT_TARGET
715+ PLATDIR
715716SGI_ABI
716717_PYTHON_HOST_PLATFORM
717718MACHDEP
34973498{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $MACHDEP " >&5
34983499$as_echo " $MACHDEP " >&6 ; }
34993500
3501+
3502+ PLATDIR=plat-$MACHDEP
3503+
35003504# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
35013505# it may influence the way we can build extensions, so distutils
35023506# needs to check it
Original file line number Diff line number Diff line change 556556fi
557557AC_MSG_RESULT ( $MACHDEP )
558558
559+ AC_SUBST ( PLATDIR )
560+ PLATDIR=plat-$MACHDEP
561+
559562# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
560563# it may influence the way we can build extensions, so distutils
561564# needs to check it
You can’t perform that action at this time.
0 commit comments