diff --git a/lib/libesp32/berry/Makefile b/lib/libesp32/berry/Makefile index 2d33069fb..4442e295c 100755 --- a/lib/libesp32/berry/Makefile +++ b/lib/libesp32/berry/Makefile @@ -21,8 +21,7 @@ ifeq ($(OS), Windows_NT) # Windows PYTHON ?= python # only for windows and need python3 COC := $(PYTHON) $(COC) else - CFLAGS += -DUSE_READLINE_LIB - LIBS += -lreadline -ldl + LIBS += -ldl OS := $(shell uname) ifeq ($(OS), Linux) LFLAGS += -Wl,--export-dynamic