Merge branch 'android_deps' of https://github.com/DDRBoxman/MPD

This commit is contained in:
Max Kellermann
2024-04-24 14:52:31 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -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