mirror of https://github.com/python/cpython.git
Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP.
This commit is contained in:
parent
b97ef1768f
commit
a9f02b8bad
|
@ -76,7 +76,7 @@ SITEPATH=
|
|||
TESTPATH=:test
|
||||
|
||||
# Path components for machine- or system-dependent modules and shared libraries
|
||||
MACHDEPPATH=:$(MACHDEP)
|
||||
MACHDEPPATH=:plat-$(MACHDEP)
|
||||
|
||||
COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
|
||||
PYTHONPATH=$(COREPYTHONPATH)
|
||||
|
|
Loading…
Reference in New Issue