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.
travis
Paul Sokolovsky 2014-04-13 00:01:40 +03:00
parent 06526e7ccc
commit 9a092831f7
1 changed files with 1 additions and 1 deletions

View File

@ -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