Skip to content

Commit

Permalink
Merge pull request #4754 from akashlevy/editline-fixes
Browse files Browse the repository at this point in the history
Fix `editline` Makefile
  • Loading branch information
mmicko authored Nov 18, 2024
2 parents 532d599 + 47a2a09 commit bd40805
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd40805

Please sign in to comment.