Merge tag 'v0.23.10'

release v0.23.10
This commit is contained in:
Max Kellermann
2022-10-14 23:56:33 +02:00
13 changed files with 58 additions and 146 deletions

View File

@@ -250,6 +250,14 @@ endif
fmt_dep = dependency('fmt', fallback: ['fmt', 'fmt_dep'])
if compiler.get_id() == 'clang' and compiler.version().version_compare('<15')
fmt_dep = declare_dependency(
dependencies: fmt_dep,
# suppress bogus clang 14 warning (the version in Android NDK r25b)
compile_args: ['-Wno-unused-local-typedef'],
)
endif
log = static_library(
'log',
'src/Log.cxx',