Add -llog

This commit is contained in:
Isaac Hutt 2018-06-29 16:57:32 +02:00 committed by GitHub
parent 709baae934
commit 76ca4b0cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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