meson.build: disable "openssl:asm"

Work around "call to undeclared function "asm" on Android.
This commit is contained in:
Max Kellermann 2023-12-20 16:29:48 +01:00
parent 5f54a8e94e
commit 7727311df7
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ project(
'curl:telnet=disabled',
'curl:tftp=disabled',
'openssl:build_cli=false',
'openssl:asm=disabled', # work around "call to undeclared function "asm" on Android
'opus:docs=disabled',
'opus:extra-programs=disabled',
'opus:tests=disabled',