diff options
author | Ethan Smith <ethan@ethanhs.me> | 2022-01-09 10:58:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 10:58:59 (GMT) |
commit | 5c66414b5561c54e7a0f4bde8cc3271908ea525e (patch) | |
tree | 2e9f45a63ab223e5e78cad0ac6cfebf23559f4e3 /Tools | |
parent | 0ea2ef5fa81c72126e038c1a853e46c19bd4767e (diff) | |
download | cpython-5c66414b5561c54e7a0f4bde8cc3271908ea525e.zip cpython-5c66414b5561c54e7a0f4bde8cc3271908ea525e.tar.gz cpython-5c66414b5561c54e7a0f4bde8cc3271908ea525e.tar.bz2 |
bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)
Co-authored-by: nick.pope@infogrid.io
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/wasm/config.site-wasm32-emscripten | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/wasm/config.site-wasm32-emscripten b/Tools/wasm/config.site-wasm32-emscripten index 67304be..b291c80 100644 --- a/Tools/wasm/config.site-wasm32-emscripten +++ b/Tools/wasm/config.site-wasm32-emscripten @@ -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 |