mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +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
|
PYTHON ?= python # only for windows and need python3
|
||||||
COC := $(PYTHON) $(COC)
|
COC := $(PYTHON) $(COC)
|
||||||
else
|
else
|
||||||
CFLAGS += -DUSE_READLINE_LIB
|
LIBS += -ldl
|
||||||
LIBS += -lreadline -ldl
|
|
||||||
OS := $(shell uname)
|
OS := $(shell uname)
|
||||||
ifeq ($(OS), Linux)
|
ifeq ($(OS), Linux)
|
||||||
LFLAGS += -Wl,--export-dynamic
|
LFLAGS += -Wl,--export-dynamic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user