Skip to content

Commit b020ca3

Browse files
meson.build: fix build for android-log
Signed-off-by: DreamConnected <1487442471@qq.com>
1 parent d2d4428 commit b020ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ endif
291291

292292
# Feature detection
293293
## Android Log System.
294+
srcconf.set10('USE_ANDROID_LOG', false)
294295
if want_android_log
295296
if srcconf.get('IS_BIONIC') == 1
296297
liblog = cc.find_library('log', required: true)

0 commit comments

Comments
 (0)