pkgconfig --libs history isn't actually needed #7

This commit is contained in:
Gwenhael Le Moine 2023-06-02 22:30:55 +02:00
parent 5d3e9343d6
commit ce145a3af2
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

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