mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
unix: Automatically fix incompatible readline build options.
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
#include <readline/tilde.h>
|
||||
#else
|
||||
#undef MICROPY_USE_READLINE_HISTORY
|
||||
#define MICROPY_USE_READLINE_HISTORY (0)
|
||||
#endif
|
||||
|
||||
char *prompt(char *p) {
|
||||
|
||||
Reference in New Issue
Block a user