mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge pull request #4754 from akashlevy/editline-fixes
Fix `editline` Makefile
This commit is contained in:
commit
bd40805d54
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -398,10 +398,9 @@ endif
|
|||
else
|
||||
ifeq ($(ENABLE_EDITLINE),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_EDITLINE
|
||||
LIBS += -ledit -ltinfo -lbsd
|
||||
else
|
||||
ABCMKARGS += "ABC_USE_NO_READLINE=1"
|
||||
LIBS += -ledit
|
||||
endif
|
||||
ABCMKARGS += "ABC_USE_NO_READLINE=1"
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_ABC_THREADS),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue