Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 5fd832b

Browse files
committed
Fixes python#29261: added venv/scripts/common to LIBSUBDIRS.
1 parent 4b318f8 commit 5fd832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12261226
turtledemo \
12271227
multiprocessing multiprocessing/dummy \
12281228
unittest unittest/test unittest/test/testmock \
1229-
venv venv/scripts venv/scripts/posix \
1229+
venv venv/scripts venv/scripts/common venv/scripts/posix \
12301230
curses pydoc_data $(MACHDEPS)
12311231
libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
12321232
@for i in $(SCRIPTDIR) $(LIBDEST); \

0 commit comments

Comments
 (0)