mirror of https://github.com/kiwix/libkiwix.git
Add -llog
This commit is contained in:
parent
709baae934
commit
76ca4b0cee
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue