unix: Automatically fix incompatible readline build options.
This commit is contained in:
parent
e50cff69bb
commit
df1637c580
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user