diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-27 18:10:40 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-28 11:09:29 +0200 |
commit | 793838a919c9cb848cb8c3f2d88d8b347bfd6083 (patch) | |
tree | 1e0fad7ffdda1cced753fa5b8e4d118f2cf7c82f /unix/mpconfigport.h | |
parent | 7ae69c6dc47be65fbc61140a00c38706ed880042 (diff) | |
download | micropython-793838a919c9cb848cb8c3f2d88d8b347bfd6083.tar.gz micropython-793838a919c9cb848cb8c3f2d88d8b347bfd6083.zip |
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
This change allows to build unix version without libreadline installed.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r-- | unix/mpconfigport.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 456ec02d5b..99c13a7dc6 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -1,10 +1,5 @@ // options to control how Micro Python is built -// Linking with GNU readline causes binary to be licensed under GPL -#ifndef MICROPY_USE_READLINE -#define MICROPY_USE_READLINE (1) -#endif - #define MICROPY_EMIT_X64 (1) #define MICROPY_EMIT_THUMB (0) #define MICROPY_EMIT_INLINE_THUMB (0) |