diff options
author | Brett Cannon <brett@python.org> | 2024-03-13 23:25:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 23:25:50 (GMT) |
commit | 8c094c3095feb4de2efebd00f67fb6cc3b2bc240 (patch) | |
tree | 3accc7eae8d308644eeeeb207398cb95ec99c236 /configure | |
parent | e39795f2cbad5375536f4be6b3c3906f457992bf (diff) | |
download | cpython-8c094c3095feb4de2efebd00f67fb6cc3b2bc240.zip cpython-8c094c3095feb4de2efebd00f67fb6cc3b2bc240.tar.gz cpython-8c094c3095feb4de2efebd00f67fb6cc3b2bc240.tar.bz2 |
GH-115983: skip building shared modules for testing under WASI (GH-116528)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28587,9 +28587,15 @@ case $ac_sys_system in #( py_cv_module__ctypes_test=n/a + py_cv_module__testexternalinspection=n/a + py_cv_module__testimportmultiple=n/a + py_cv_module__testmultiphase=n/a + py_cv_module__testsinglephase=n/a py_cv_module_fcntl=n/a py_cv_module_mmap=n/a py_cv_module_termios=n/a + py_cv_module_xxlimited=n/a + py_cv_module_xxlimited_35=n/a py_cv_module_=n/a |