We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d465265 commit 234426fCopy full SHA for 234426f
cpython-macos/build.py
@@ -31,8 +31,6 @@
31
MACOSX_DEPLOYMENT_TARGET = '10.14'
32
33
DISABLED_STATIC_MODULES = {
34
- # Not yet supported.
35
- b'_crypt',
36
# Not yet supported.
37
b'_gdbm',
38
cpython-macos/static-modules
@@ -4,7 +4,7 @@
4
# We should audit this every time we upgrade CPython.
5
6
_bz2 _bz2module.c -lbz2
7
-#_crypt _cryptmodule.c -lcrypt
+_crypt _cryptmodule.c
8
_curses _cursesmodule.c -lncurses
9
_curses_panel _curses_panel.c -lpanel -lncurses
10
_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/darwin/dlfcn_simple.c _ctypes/malloc_closure.c _ctypes/stgdict.c _ctypes/cfield.c -DMACOSX -I_ctypes/darwin -lffi -ldl
0 commit comments