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

Commit 6b642c9

Browse files
committed
Fixes python#29261: merged fix from 3.5.
2 parents e2f9e77 + 5fd832b commit 6b642c9

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
@@ -1244,7 +1244,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12441244
turtledemo \
12451245
multiprocessing multiprocessing/dummy \
12461246
unittest unittest/test unittest/test/testmock \
1247-
venv venv/scripts venv/scripts/posix \
1247+
venv venv/scripts venv/scripts/common venv/scripts/posix \
12481248
curses pydoc_data
12491249
libinstall: build_all $(srcdir)/Modules/xxmodule.c
12501250
@for i in $(SCRIPTDIR) $(LIBDEST); \

0 commit comments

Comments
 (0)