diff options
Diffstat (limited to 'unix/mpconfigport.mk')
-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 84b8e437fa..7832841e4e 100644 --- a/unix/mpconfigport.mk +++ b/unix/mpconfigport.mk @@ -20,3 +20,6 @@ MICROPY_PY_SOCKET = 1 # ffi module requires libffi (libffi-dev Debian package) MICROPY_PY_FFI = 1 + +# jni module requires JVM/JNI +MICROPY_PY_JNI = 0 |