pkgconfig --libs history isn't actually needed #7
This commit is contained in:
parent
5d3e9343d6
commit
ce145a3af2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ ifeq ($(WITH_DEBUGGER), yes)
|
|||
src/x48_debugger_disasm.o \
|
||||
src/x48_debugger_rpl.o
|
||||
CFLAGS += $(shell pkg-config --cflags readline) -DWITH_DEBUGGER=1
|
||||
LIBS += $(shell pkg-config --libs readline history)
|
||||
LIBS += $(shell pkg-config --libs readline)
|
||||
endif
|
||||
|
||||
.PHONY: all clean clean-all pretty-code install
|
||||
|
|
Loading…
Reference in a new issue