We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eedcc5 commit 2010773Copy full SHA for 2010773
meson.build
@@ -465,7 +465,8 @@ srcconf.set10('HAVE_FMEMOPEN', have)
465
have = cc.get_id().contains('clang') and cc.has_header('android/log.h')
466
srcconf.set10('IS_BIONIC', have)
467
if want_android_log
468
- liblog = cc.find_library('log')
+ liblog = cc.find_library('log', required: true)
469
+ pkgconfig_libs += liblog
470
liblxc_dependencies += liblog
471
srcconf.set10('USE_ANDROID_LOG', liblog.found())
472
endif
0 commit comments