From 7727311df71ef6efcf56d2523dfb6f4bcbe8f543 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 20 Dec 2023 16:29:48 +0100 Subject: [PATCH] meson.build: disable "openssl:asm" Work around "call to undeclared function "asm" on Android. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index c1ad4d8a8..4303e826e 100644 --- a/meson.build +++ b/meson.build @@ -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',