mirror of
https://github.com/tstack/lnav
synced 2024-11-15 18:13:10 +00:00
[build] fix musl test build
This commit is contained in:
parent
d31aa845f5
commit
b7817d4bb9
@ -94,11 +94,11 @@ LDADD = \
|
|||||||
$(top_builddir)/src/yajlpp/libyajlpp.a \
|
$(top_builddir)/src/yajlpp/libyajlpp.a \
|
||||||
$(top_builddir)/src/base/libbase.a \
|
$(top_builddir)/src/base/libbase.a \
|
||||||
$(top_builddir)/src/pugixml/libpugixml.a \
|
$(top_builddir)/src/pugixml/libpugixml.a \
|
||||||
|
$(READLINE_LIBS) \
|
||||||
$(CURSES_LIB) \
|
$(CURSES_LIB) \
|
||||||
$(LIBARCHIVE_LIBS) \
|
$(LIBARCHIVE_LIBS) \
|
||||||
$(SQLITE3_LIBS) \
|
$(SQLITE3_LIBS) \
|
||||||
$(PCRE_LIBS) \
|
$(PCRE_LIBS) \
|
||||||
$(READLINE_LIBS) \
|
|
||||||
$(LIBCURL)
|
$(LIBCURL)
|
||||||
|
|
||||||
test_ansi_scrubber_SOURCES = test_ansi_scrubber.cc
|
test_ansi_scrubber_SOURCES = test_ansi_scrubber.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user