aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/Setup
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Setup')
-rw-r--r--Modules/Setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Setup b/Modules/Setup
index 65c22d48ba0..a066982df1a 100644
--- a/Modules/Setup
+++ b/Modules/Setup
@@ -201,6 +201,7 @@ PYTHONPATH=$(COREPYTHONPATH)
#_gdbm _gdbmmodule.c -lgdbm
#_lzma _lzmamodule.c -llzma
#_uuid _uuidmodule.c -luuid
+#_zstd _zstd/_zstdmodule.c -lzstd -I$(srcdir)/Modules/_zstd
#zlib zlibmodule.c -lz
# The readline module also supports libeditline (-leditline).
@@ -283,10 +284,10 @@ PYTHONPATH=$(COREPYTHONPATH)
#*shared*
#_ctypes_test _ctypes/_ctypes_test.c
+#_remote_debugging _remote_debugging_module.c
#_testcapi _testcapimodule.c
#_testimportmultiple _testimportmultiple.c
#_testmultiphase _testmultiphase.c
-#_testexternalinspection _testexternalinspection.c
#_testsinglephase _testsinglephase.c
# ---