summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorDominic Davis-Foster <dominic@davis-foster.co.uk>2022-03-09 13:38:00 (GMT)
committerGitHub <noreply@github.com>2022-03-09 13:38:00 (GMT)
commit23dcea5de736b367c0244042aaca10971538b2b4 (patch)
treee853338a4bd30eaa21c6710120789119ff52041a /Makefile.pre.in
parent02fbaf4887deaf0207a5805d3736e0124a694c14 (diff)
downloadcpython-23dcea5de736b367c0244042aaca10971538b2b4.zip
cpython-23dcea5de736b367c0244042aaca10971538b2b4.tar.gz
cpython-23dcea5de736b367c0244042aaca10971538b2b4.tar.bz2
bpo-40059: Fix installation of tomllib (GH-31784)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1b40764..9deffad 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1869,6 +1869,7 @@ LIBSUBDIRS= asyncio \
site-packages \
sqlite3 \
tkinter \
+ tomllib \
turtledemo \
unittest \
urllib \