Skip to content

Ignore nasm on Android

Volker Krause requested to merge work/vkrause/no-nasm-cross-build into master

We need that on the host, not as a cross build. So far this only didn't break by chance on ARM as e.g. liblame doesn't have assembler code for those platforms.

Instead, we need to install this in the Android Docker images.

Merge request reports