Skip to content
Snippets Groups Projects
Commit 9a092831 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix: Enable modffi by default.

ffi is needed to use micropython-lib, so let's have it enabled by default,
then folks who have troubles with libffi can disable it, instead of everyone
doing manual actions again and again.
parent 06526e7c
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ MICROPY_USE_READLINE = 1
MICROPY_MOD_TIME = 1
# ffi module requires libffi (libffi-dev Debian package)
MICROPY_MOD_FFI = 0
MICROPY_MOD_FFI = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment