mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
MACDEPPATH: Remove `sharedmodules' from default value of this variable
since calculate_path() in getpath.c will automatically add this. Including this here will put the sharedmodules directory on sys.path twice.
This commit is contained in:
parent
bcdb9403d4
commit
3b1c89e244
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ SITEPATH=
|
|||
TESTPATH=:test
|
||||
|
||||
# Path components for machine- or system-dependent modules and shared libraries
|
||||
MACHDEPPATH=:$(MACHDEP):sharedmodules
|
||||
MACHDEPPATH=:$(MACHDEP)
|
||||
|
||||
COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
|
||||
PYTHONPATH=$(COREPYTHONPATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue