meson.build: disable "openssl:asm"
Work around "call to undeclared function "asm" on Android.
This commit is contained in:
parent
5f54a8e94e
commit
7727311df7
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue