mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 00:36:33 +00:00
Reamove readline when compiling Berry
This commit is contained in:
parent
03e8497211
commit
d0ef026bb9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user