Add -llog

This commit is contained in:
Isaac Hutt
2018-06-29 16:57:32 +02:00
committed by GitHub
parent 709baae934
commit 76ca4b0cee

View File

@ -95,7 +95,7 @@ if xapian_dep.found()
pkg_requires += ['xapian-core']
endif
extra_libs = []
extra_libs = ['-llog']
extra_cflags = ''
if has_ctpp2_dep
extra_libs += ctpp2_link_args