diff options
author | Christian Heimes <christian@python.org> | 2021-12-07 19:56:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 19:56:41 (GMT) |
commit | 91b59a3fcdcb93d74bb89cce536f11d2990f655d (patch) | |
tree | c11170472df2568181d0e5fe681ff0f9e226c46d /Modules/Setup.stdlib.in | |
parent | 06c4ae8b1380eec1c5f3cd8faa21102d1c940bab (diff) | |
download | cpython-91b59a3fcdcb93d74bb89cce536f11d2990f655d.zip cpython-91b59a3fcdcb93d74bb89cce536f11d2990f655d.tar.gz cpython-91b59a3fcdcb93d74bb89cce536f11d2990f655d.tar.bz2 |
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
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 eaf624d8..5788b44 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 # needs -lncurses, -lncursesw or -lcurses, sometimes -ltermcap #@MODULE__CURSES_TRUE@_curses _cursesmodule.c |