Skip to content

Set compiler target when compiling ASM with Clang on Android

Florent Castelli requested to merge Orphis/cmake:android_clang_asm into master

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)

Merge request reports