android: Always force wrap deps
This ensures that android is always built with the deps we build with wrap. Also put back the asm disable for openssl since the version we use needs that flag
This commit is contained in:
parent
cb6f61cf37
commit
57e26eb832
|
@ -59,6 +59,8 @@ configure_args += [
|
|||
'-Dandroid_ndk=' + ndk_path,
|
||||
'-Dandroid_abi=' + android_abi,
|
||||
'-Dandroid_strip=' + toolchain.strip,
|
||||
'-Dopenssl:asm=disabled',
|
||||
'-Dwrap_mode=forcefallback'
|
||||
]
|
||||
|
||||
from build.meson import configure as run_meson
|
||||
|
|
|
@ -85,6 +85,7 @@ project(
|
|||
'libmpdclient:documentation=false',
|
||||
'libmpdclient:test=false',
|
||||
'openssl:build_cli=false',
|
||||
'openssl:asm=disabled',
|
||||
'opus:docs=disabled',
|
||||
'opus:extra-programs=disabled',
|
||||
'opus:tests=disabled',
|
||||
|
|
Loading…
Reference in New Issue