Set compiler target when compiling ASM with Clang on Android
ASM files with Clang are currently targeting the host. Adding the missing CMAKE_ASM_COMPILER_TARGET allows to target the right platform.
Fixes #16535 (closed)
ASM files with Clang are currently targeting the host. Adding the missing CMAKE_ASM_COMPILER_TARGET allows to target the right platform.
Fixes #16535 (closed)