pyodide/cpython/Setup.local

27 lines
612 B
Plaintext
Raw Normal View History

2018-02-27 22:57:22 +00:00
# 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
2018-02-27 22:57:22 +00:00
*static*
2023-01-24 03:45:59 +00:00
CTYPES_FLAGS=-DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 -I ../libffi/include
2021-06-26 08:34:31 +00:00
_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/cfield.c _ctypes/stgdict.c $(CTYPES_FLAGS)
2018-04-09 14:39:52 +00:00
_posixsubprocess _posixsubprocess.c
2018-07-18 13:26:18 +00:00
_bz2 _bz2module.c -lbz2
2023-01-24 03:45:59 +00:00
zlib zlibmodule.c
2019-02-25 14:25:02 +00:00
2022-03-17 22:48:56 +00:00
_xxsubinterpreters _xxsubinterpretersmodule.c
2023-01-24 03:45:59 +00:00
*disabled*
pwd
_sqlite3
_ssl
_lzma
_hashlib
_uuid