mirror of https://github.com/YosysHQ/yosys.git
Fix editline
This commit is contained in:
parent
d9ef388fcc
commit
56f841d132
8
Makefile
8
Makefile
|
@ -396,12 +396,12 @@ ifeq ($(CONFIG),mxe)
|
|||
LIBS += -ltermcap
|
||||
endif
|
||||
else
|
||||
ifeq ($(ENABLE_EDITLINE),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_EDITLINE
|
||||
LIBS += -ledit -ltinfo -lbsd
|
||||
else
|
||||
ABCMKARGS += "ABC_USE_NO_READLINE=1"
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_EDITLINE),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_EDITLINE
|
||||
LIBS += -ledit
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_ABC_THREADS),1)
|
||||
|
|
Loading…
Reference in New Issue