mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue