diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/mpconfigport.mk b/unix/mpconfigport.mk index 7832841e4e..1b2b5231bc 100644 --- a/unix/mpconfigport.mk +++ b/unix/mpconfigport.mk @@ -21,5 +21,8 @@ MICROPY_PY_SOCKET = 1 # ffi module requires libffi (libffi-dev Debian package) MICROPY_PY_FFI = 1 +# ussl module requires axtls +MICROPY_PY_USSL = 0 + # jni module requires JVM/JNI MICROPY_PY_JNI = 0 |