◐ Shell
clean mode source ↗

bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660) by tiran · Pull Request #29660 · python/cpython

Expand Up @@ -211,11 +211,13 @@ OPENSSL_LIBS=@OPENSSL_LIBS@ OPENSSL_LDFLAGS=@OPENSSL_LDFLAGS@ OPENSSL_RPATH=@OPENSSL_RPATH@
# Module compiler and linker flags # yes: module is available # missing: build dependency is missing # disabled: module is disabled # n/a: module is not available on the current platform # Module state, compiler flags and linker flags # Empty CFLAGS and LDFLAGS are omitted. # states: # * yes: module is available # * missing: build dependency is missing # * disabled: module is disabled # * n/a: module is not available on the current platform # MODULE_EGG=yes # yes, missing, disabled, n/a # MODULE_EGG_CFLAGS= # MODULE_EGG_LDFLAGS= Expand Down