From d0ef026bb9897123eb681ebe6362452b34c16a30 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:37:43 +0100 Subject: [PATCH] Reamove readline when compiling Berry --- lib/libesp32/berry/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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