mirror of https://github.com/python/cpython
bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)
Co-authored-by: nick.pope@infogrid.io
This commit is contained in:
parent
0ea2ef5fa8
commit
5c66414b55
|
@ -33,7 +33,7 @@ ac_cv_lib_bz2_BZ2_bzCompress=no
|
|||
# The rest is based on pyodide
|
||||
# https://github.com/pyodide/pyodide/blob/main/cpython/pyconfig.undefs.h
|
||||
|
||||
ac_cv_func_epoll=no
|
||||
ac_cv_func_epoll_create=no
|
||||
ac_cv_func_epoll_create1=no
|
||||
ac_cv_header_linux_vm_sockets_h=no
|
||||
ac_cv_func_socketpair=no
|
||||
|
|
Loading…
Reference in New Issue