diff options
author | Christian Heimes <christian@python.org> | 2022-06-26 11:04:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 11:04:43 (GMT) |
commit | bb8b931385ba9df4e01f7dd3ce4575d49f60efdf (patch) | |
tree | 8cd52dd6671afe29979537ba25d551d22366dfbe /Modules/Setup.stdlib.in | |
parent | cc0d5e568e1cd02ed71ade46e77789b3b2674871 (diff) | |
download | cpython-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.in | 2 |
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 |