Skip to content
Snippets Groups Projects
Commit fe6ded4d authored by Damien George's avatar Damien George
Browse files

Merge pull request #472 from pfalcon/modffi-on

unix: Enable modffi by default.
parents eb936189 9a092831
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