Merge pull request #4754 from akashlevy/editline-fixes

Fix `editline` Makefile
This commit is contained in:
Miodrag Milanović 2024-11-18 09:20:45 +01:00 committed by GitHub
commit bd40805d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -398,10 +398,9 @@ endif
else else
ifeq ($(ENABLE_EDITLINE),1) ifeq ($(ENABLE_EDITLINE),1)
CXXFLAGS += -DYOSYS_ENABLE_EDITLINE CXXFLAGS += -DYOSYS_ENABLE_EDITLINE
LIBS += -ledit -ltinfo -lbsd LIBS += -ledit
else
ABCMKARGS += "ABC_USE_NO_READLINE=1"
endif endif
ABCMKARGS += "ABC_USE_NO_READLINE=1"
endif endif
ifeq ($(DISABLE_ABC_THREADS),1) ifeq ($(DISABLE_ABC_THREADS),1)