1
0
mirror of synced 2026-04-07 06:56:36 +00:00

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

View File

@@ -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)