summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.stdlib.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-26 11:04:43 (GMT)
committerGitHub <noreply@github.com>2022-06-26 11:04:43 (GMT)
commitbb8b931385ba9df4e01f7dd3ce4575d49f60efdf (patch)
tree8cd52dd6671afe29979537ba25d551d22366dfbe /Modules/Setup.stdlib.in
parentcc0d5e568e1cd02ed71ade46e77789b3b2674871 (diff)
downloadcpython-bb8b931385ba9df4e01f7dd3ce4575d49f60efdf.zip
cpython-bb8b931385ba9df4e01f7dd3ce4575d49f60efdf.tar.gz
cpython-bb8b931385ba9df4e01f7dd3ce4575d49f60efdf.tar.bz2
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> Automerge-Triggered-By: GH:tiran
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r--Modules/Setup.stdlib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in
index 2730030..a199aef 100644
--- a/Modules/Setup.stdlib.in
+++ b/Modules/Setup.stdlib.in
@@ -136,7 +136,7 @@
#
# needs -lffi and -ldl
-#@MODULE__CTYPES_TRUE@_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
+@MODULE__CTYPES_TRUE@_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c @MODULE__CTYPES_MALLOC_CLOSURE@
# needs -lncurses, -lncursesw or -lcurses, sometimes -ltermcap
#@MODULE__CURSES_TRUE@_curses _cursesmodule.c