mirror of
https://github.com/python/cpython.git
synced 2025-09-13 20:27:05 +00:00
Bug #129904: Put back the path component for the Tkinter modules
This commit is contained in:
parent
715c4c412b
commit
93b747efce
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ TESTPATH=
|
|||
# Path components for machine- or system-dependent modules and shared libraries
|
||||
MACHDEPPATH=:plat-$(MACHDEP)
|
||||
|
||||
# Path component for the Tkinter-related modules
|
||||
TKPATH=:lib-tk
|
||||
|
||||
COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(TKPATH)
|
||||
PYTHONPATH=$(COREPYTHONPATH)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue