mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.
This commit is contained in:
parent
4b318f8be9
commit
5fd832ba09
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
|
|||
turtledemo \
|
||||
multiprocessing multiprocessing/dummy \
|
||||
unittest unittest/test unittest/test/testmock \
|
||||
venv venv/scripts venv/scripts/posix \
|
||||
venv venv/scripts venv/scripts/common venv/scripts/posix \
|
||||
curses pydoc_data $(MACHDEPS)
|
||||
libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
|
||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue