pyodide/cpython/Setup.local

27 lines
612 B
Plaintext

# This file gets copied into the Modules/ folder when building
# newlib configurations which do not support dynamic library
# loading.
#
# See build/Python-*/Modules/Setup for more details
*static*
CTYPES_FLAGS=-DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 -I ../libffi/include
_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/cfield.c _ctypes/stgdict.c $(CTYPES_FLAGS)
_posixsubprocess _posixsubprocess.c
_bz2 _bz2module.c -lbz2
zlib zlibmodule.c
_xxsubinterpreters _xxsubinterpretersmodule.c
*disabled*
pwd
_sqlite3
_ssl
_lzma
_hashlib
_uuid